mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
fix
This commit is contained in:
@@ -276,6 +276,14 @@ const routes = [
|
||||
},
|
||||
{
|
||||
path: 'tiny-mce',
|
||||
loadChildren: () => import('./tiny-mce/tiny-mce.module').then( m => m.TinyMCEPageModule)
|
||||
},
|
||||
{
|
||||
path: 'task-detail-content',
|
||||
loadChildren: () => import('./shared/gabinete-digital/generic/task-detail-content/task-detail-content.module').then( m => m.TaskDetailContentPageModule)
|
||||
},
|
||||
{
|
||||
path: 'task-detail-header',
|
||||
loadChildren: () => import('./shared/gabinete-digital/generic/task-detail-header/task-detail-header.module').then( m => m.TaskDetailHeaderPageModule)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user