feat: implement store layout and home page components with routing
This commit is contained in:
@@ -6,6 +6,10 @@ export const routes: Routes = [
|
||||
loadChildren: () =>
|
||||
import('./features/componentes-test/componentes-test.routes').then((m) => m.routes)
|
||||
},
|
||||
{
|
||||
path: 'store',
|
||||
loadChildren: () => import('./features/store/store.routes').then((m) => m.routes)
|
||||
},
|
||||
{
|
||||
path: '',
|
||||
pathMatch: 'full',
|
||||
|
||||
Reference in New Issue
Block a user