feat(front-end): back-office desing improvements
This commit is contained in:
@@ -64,6 +64,13 @@ export const ADMIN_ROUTES: Routes = [
|
||||
(m) => m.AdminHomeMediaComponent,
|
||||
),
|
||||
},
|
||||
{
|
||||
path: 'shop',
|
||||
loadComponent: () =>
|
||||
import('./pages/admin-shop.component').then(
|
||||
(m) => m.AdminShopComponent,
|
||||
),
|
||||
},
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user