feat(builder): add project editor
This commit is contained in:
@@ -39,6 +39,15 @@ const coreRoutes: Routes = [
|
||||
path: 'search',
|
||||
loadComponent: () => import('./features/website/catalog/containers/catalog-container.component').then(m => m.CatalogContainerComponent)
|
||||
},
|
||||
{
|
||||
path: 'builder',
|
||||
loadComponent: () => import('./features/project-editor/pages/project-editor-page.component').then(m => m.ProjectEditorPageComponent)
|
||||
},
|
||||
{
|
||||
path: 'project-editor',
|
||||
redirectTo: 'builder',
|
||||
pathMatch: 'full'
|
||||
},
|
||||
{
|
||||
path: 'wishlist',
|
||||
loadComponent: () => import('./features/website/user-experience/wishlist/containers/wishlist-page.component').then(m => m.WishlistPageComponent)
|
||||
|
||||
Reference in New Issue
Block a user