Section
This commit is contained in:
@ -45,6 +45,10 @@ const routes: Routes = [
|
||||
path: 'sale-categories',
|
||||
loadChildren: () => import('./sale-category/sale-categories.module').then(mod => mod.SaleCategoriesModule)
|
||||
},
|
||||
{
|
||||
path: 'sections',
|
||||
loadChildren: () => import('./sections/sections.module').then(mod => mod.SectionsModule)
|
||||
},
|
||||
{
|
||||
path: 'tables',
|
||||
loadChildren: () => import('./tables/tables.module').then(mod => mod.TableModule)
|
||||
|
||||
Reference in New Issue
Block a user