Update Product Prices built
This commit is contained in:
@ -40,7 +40,8 @@ const routes: Routes = [
|
||||
},
|
||||
{
|
||||
path: 'header-footer',
|
||||
loadChildren: () => import('./header-footer/header-footer.module').then((mod) => mod.HeaderFooterModule),
|
||||
loadChildren: () =>
|
||||
import('./header-footer/header-footer.module').then((mod) => mod.HeaderFooterModule),
|
||||
},
|
||||
{
|
||||
path: 'modifiers',
|
||||
@ -119,6 +120,13 @@ const routes: Routes = [
|
||||
path: 'tax-report',
|
||||
loadChildren: () => import('./tax-report/tax-report.module').then((mod) => mod.TaxReportModule),
|
||||
},
|
||||
{
|
||||
path: 'update-product-prices',
|
||||
loadChildren: () =>
|
||||
import('./update-product-prices/update-product-prices.module').then(
|
||||
(mod) => mod.UpdateProductPricesModule,
|
||||
),
|
||||
},
|
||||
{
|
||||
path: 'users',
|
||||
loadChildren: () => import('./users/users.module').then((mod) => mod.UsersModule),
|
||||
|
||||
Reference in New Issue
Block a user