@@ -18,7 +18,6 @@ export const appRoutes: Routes = [
18
18
{ path : 'checkbox' , loadChildren : ( ) => import ( './checkbox/checkbox.module' ) . then ( m => m . DesignLandCheckboxModule ) } ,
19
19
{ path : 'color' , loadChildren : ( ) => import ( './foundations/color/color.module' ) . then ( m => m . DesignLandColorModule ) } ,
20
20
{ path : 'container' , loadChildren : ( ) => import ( './container/container.module' ) . then ( m => m . DesignLandContainerModule ) } ,
21
- { path : 'select' , loadChildren : ( ) => import ( './select/select.module' ) . then ( m => m . DesignLandSelectModule ) } ,
22
21
{ path : 'feature' , loadChildren : ( ) => import ( './feature/feature.module' ) . then ( m => m . DesignLandFeatureModule ) } ,
23
22
{ path : 'form' , loadChildren : ( ) => import ( './form/form.module' ) . then ( m => m . DesignLandFormModule ) } ,
24
23
{ path : 'hero' , loadChildren : ( ) => import ( './hero/hero.module' ) . then ( m => m . DesignLandHeroModule ) } ,
@@ -37,6 +36,7 @@ export const appRoutes: Routes = [
37
36
{ path : 'progress-indicator' , loadChildren : ( ) => import ( './progress-indicator/progress-indicator.module' ) . then ( m => m . DesignLandProgressIndicatorModule ) } ,
38
37
{ path : 'qty-dropdown' , loadChildren : ( ) => import ( './qty-dropdown/qty-dropdown.module' ) . then ( m => m . DesignLandQtyDropdownModule ) } ,
39
38
{ path : 'quantity-field' , loadChildren : ( ) => import ( './quantity-field/quantity-field.module' ) . then ( m => m . DesignLandQuantityFieldModule ) } ,
39
+ { path : 'select' , loadChildren : ( ) => import ( './select/select.module' ) . then ( m => m . DesignLandSelectModule ) } ,
40
40
{ path : 'sidebar' , loadChildren : ( ) => import ( './sidebar/sidebar.module' ) . then ( m => m . DesignLandSidebarModule ) } ,
41
41
{ path : 'radio' , loadChildren : ( ) => import ( './radio/radio.module' ) . then ( m => m . DesignLandRadioModule ) } ,
42
42
{ path : 'typography' , loadChildren : ( ) => import ( './typography/typography.module' ) . then ( m => m . DesignLandTypographyModule ) } ,
0 commit comments