refactor: migrate tenant bootstrap to use SSR state caching and update button components to use CSS tenant variables
This commit is contained in:
@@ -8,11 +8,11 @@ export const routes: Routes = [
|
||||
},
|
||||
{
|
||||
path: 'store',
|
||||
loadChildren: () => import('./features/store/store.routes').then((m) => m.routes)
|
||||
pathMatch: 'full',
|
||||
redirectTo: ''
|
||||
},
|
||||
{
|
||||
path: '',
|
||||
pathMatch: 'full',
|
||||
redirectTo: 'componentes-test'
|
||||
loadChildren: () => import('./features/store/store.routes').then((m) => m.routes)
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user