Feature:
SectionPrinter is now working Migration: Section, Printers, SectionPrinters working
This commit is contained in:
@ -49,6 +49,10 @@ const routes: Routes = [
|
||||
path: 'sections',
|
||||
loadChildren: () => import('./sections/sections.module').then(mod => mod.SectionsModule)
|
||||
},
|
||||
{
|
||||
path: 'section-printers',
|
||||
loadChildren: () => import('./section-printers/section-printers.module').then(mod => mod.SectionPrintersModule)
|
||||
},
|
||||
{
|
||||
path: 'tables',
|
||||
loadChildren: () => import('./tables/tables.module').then(mod => mod.TableModule)
|
||||
|
||||
Reference in New Issue
Block a user