Header / Footer editor added - Right now linked to products permission, which should be changed
This commit is contained in:
@ -38,6 +38,10 @@ const routes: Routes = [
|
||||
path: 'guest-book',
|
||||
loadChildren: () => import('./guest-book/guest-book.module').then((mod) => mod.GuestBookModule),
|
||||
},
|
||||
{
|
||||
path: 'header-footer',
|
||||
loadChildren: () => import('./header-footer/header-footer.module').then((mod) => mod.HeaderFooterModule),
|
||||
},
|
||||
{
|
||||
path: 'modifiers',
|
||||
loadChildren: () => import('./modifiers/modifiers.module').then((mod) => mod.ModifiersModule),
|
||||
|
||||
Reference in New Issue
Block a user