Product Group
This commit is contained in:
@ -15,7 +15,7 @@ const routes: Routes = [
|
||||
},
|
||||
{
|
||||
path: 'product-groups',
|
||||
loadChildren: () => import('./product-group/product-group.module').then(mod => mod.ProductGroupModule)
|
||||
loadChildren: () => import('./product-group/product-groups.module').then(mod => mod.ProductGroupsModule)
|
||||
},
|
||||
{
|
||||
path: 'running-tables',
|
||||
|
||||
Reference in New Issue
Block a user