Product updates report.
This commit is contained in:
@ -68,6 +68,13 @@ const routes: Routes = [
|
||||
(mod) => mod.ProductSaleReportModule,
|
||||
),
|
||||
},
|
||||
{
|
||||
path: 'product-updates-report',
|
||||
loadChildren: () =>
|
||||
import('./product-updates-report/product-updates-report.module').then(
|
||||
(mod) => mod.ProductUpdatesReportModule,
|
||||
),
|
||||
},
|
||||
{
|
||||
path: 'menu-categories',
|
||||
loadChildren: () =>
|
||||
|
||||
Reference in New Issue
Block a user