Skip to content

Commit

Permalink
chore(demo): remove table markup demo (#9455)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirpotekhin authored Oct 11, 2024
1 parent 8a52bbc commit c9dd3a3
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 240 deletions.
5 changes: 0 additions & 5 deletions projects/demo/src/modules/app/app.routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -753,11 +753,6 @@ export const ROUTES: Routes = [
loadComponent: async () => import('../markup/spaces'),
title: 'Spaces',
}),
route({
path: DemoRoute.Tables,
loadComponent: async () => import('../markup/tables'),
title: 'Tables',
}),
route({
path: DemoRoute.Typography,
loadComponent: async () => import('../markup/typography'),
Expand Down
1 change: 0 additions & 1 deletion projects/demo/src/modules/app/demo-routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ export const DemoRoute = {
Lists: '/lists',
Shadows: '/shadows',
Spaces: '/spaces',
Tables: '/tables',
Typography: '/typography',
Breakpoints: '/breakpoints',
ActiveZone: '/directives/active-zone',
Expand Down
6 changes: 0 additions & 6 deletions projects/demo/src/modules/app/pages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,6 @@ export const pages: TuiDocRoutePages = [
'layout, markup, отступы, margin, padding, маржин, падинг, spaces',
route: DemoRoute.Spaces,
},
{
section: 'Foundations',
title: 'Tables',
keywords: 'верстка, markup, таблицы, tables',
route: DemoRoute.Tables,
},
{
section: 'Foundations',
title: 'Form',
Expand Down
45 changes: 0 additions & 45 deletions projects/demo/src/modules/markup/tables/examples/1/index.html

This file was deleted.

16 changes: 0 additions & 16 deletions projects/demo/src/modules/markup/tables/examples/1/index.ts

This file was deleted.

144 changes: 0 additions & 144 deletions projects/demo/src/modules/markup/tables/index.html

This file was deleted.

6 changes: 0 additions & 6 deletions projects/demo/src/modules/markup/tables/index.less

This file was deleted.

17 changes: 0 additions & 17 deletions projects/demo/src/modules/markup/tables/index.ts

This file was deleted.

0 comments on commit c9dd3a3

Please sign in to comment.