feat(back-end and front-end): back-office pazzo
This commit is contained in:
@@ -20,10 +20,6 @@ export const ADMIN_ROUTES: Routes = [
|
||||
path: 'orders',
|
||||
loadComponent: () => import('./pages/admin-dashboard.component').then(m => m.AdminDashboardComponent)
|
||||
},
|
||||
{
|
||||
path: 'orders-past',
|
||||
loadComponent: () => import('./pages/admin-orders-past.component').then(m => m.AdminOrdersPastComponent)
|
||||
},
|
||||
{
|
||||
path: 'filament-stock',
|
||||
loadComponent: () => import('./pages/admin-filament-stock.component').then(m => m.AdminFilamentStockComponent)
|
||||
|
||||
Reference in New Issue
Block a user