phase-10: add backoffice sandbox with mock business domain management
This commit is contained in:
@@ -35,6 +35,10 @@ const coreRoutes: Routes = [
|
||||
{
|
||||
path: 'builder-sandbox',
|
||||
loadComponent: () => import('./pages/builder/builder-sandbox.component').then(m => m.BuilderSandboxComponent)
|
||||
},
|
||||
{
|
||||
path: 'backoffice-sandbox',
|
||||
loadComponent: () => import('./pages/backoffice/backoffice-dashboard.component').then(m => m.BackofficeDashboardComponent)
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user