Update Product Prices built

This commit is contained in:
2020-11-12 12:32:16 +05:30
parent d5b2da4388
commit 5e180f48d5
33 changed files with 750 additions and 22 deletions

View File

@ -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),