Skip to content

Commit a1e1e70

Browse files
devversionandrewseguin
authored andcommitted
build: remove duplicate route definitions (#15558)
In order to be in sync as much as possible with #15557
1 parent 2c31aac commit a1e1e70

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/dev-app/dev-app/routes.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ export const DEV_APP_ROUTES: Routes = [
7777
{path: 'tooltip', loadChildren: 'tooltip/tooltip-demo-module#TooltipDemoModule'},
7878
{path: 'tree', loadChildren: 'tree/tree-demo-module#TreeDemoModule'},
7979
{path: 'typography', loadChildren: 'typography/typography-demo-module#TypographyDemoModule'},
80-
{path: 'expansion', loadChildren: 'expansion/expansion-demo-module#ExpansionDemoModule'},
81-
{path: 'stepper', loadChildren: 'stepper/stepper-demo-module#StepperDemoModule'},
8280
{path: 'screen-type', loadChildren: 'screen-type/screen-type-demo-module#ScreenTypeDemoModule'},
8381
{
8482
path: 'connected-overlay',

0 commit comments

Comments
 (0)