adding tiny

This commit is contained in:
Eudes Inácio
2023-06-30 15:35:11 +01:00
parent 53b71ea16f
commit 4c15001cd3
112 changed files with 3850 additions and 8 deletions
+4
View File
@@ -272,6 +272,10 @@ const routes = [
},
{
path: 'task-list-header',
loadChildren: () => import('./shared/gabinete-digital/generic/task-list-header/task-list-header.module').then( m => m.TaskListHeaderPageModule)
},
{
path: 'tiny-mce',
loadChildren: () => import('./tiny-mce/tiny-mce.module').then( m => m.TinyMCEPageModule)
}