feat: implement store layout and home page components with routing

This commit is contained in:
2026-06-26 13:42:23 -03:00
parent 236a3772a4
commit 23e8da345a
12 changed files with 715 additions and 0 deletions

View File

@@ -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',