feat(catalog): implement sprint 10 advanced search experience
Some checks failed
Architecture Governance / architecture (push) Has been cancelled
Some checks failed
Architecture Governance / architecture (push) Has been cancelled
This commit is contained in:
@@ -36,7 +36,7 @@ const coreRoutes: Routes = [
|
||||
},
|
||||
{
|
||||
path: 'search',
|
||||
loadComponent: () => import('./pages/search/search.component').then(m => m.SearchComponent)
|
||||
loadComponent: () => import('./features/website/catalog/containers/catalog-container.component').then(m => m.CatalogContainerComponent)
|
||||
},
|
||||
{
|
||||
path: 'cart',
|
||||
|
||||
Reference in New Issue
Block a user