Feature: Made a Menu Engineering Report
This commit is contained in:
@ -39,6 +39,11 @@ const routes: Routes = [
|
||||
path: 'header-footer',
|
||||
loadChildren: () => import('./header-footer/header-footer.module').then((mod) => mod.HeaderFooterModule),
|
||||
},
|
||||
{
|
||||
path: 'menu-engineering-report',
|
||||
loadChildren: () =>
|
||||
import('./menu-engineering-report/menu-engineering-report.module').then((mod) => mod.MenuEngineeringReportModule),
|
||||
},
|
||||
{
|
||||
path: 'modifiers',
|
||||
loadChildren: () => import('./modifiers/modifiers.module').then((mod) => mod.ModifiersModule),
|
||||
|
||||
Reference in New Issue
Block a user