phase-10: add backoffice sandbox with mock business domain management

This commit is contained in:
sdarbinyan
2026-07-03 01:41:37 +04:00
parent af743a3c9f
commit e927a53029
3 changed files with 130 additions and 0 deletions

View File

@@ -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)
}
];