This commit is contained in:
tiago.kayaya
2021-04-07 14:08:05 +01:00
parent 4f0ee6047a
commit ffe95fc190
5 changed files with 50 additions and 9 deletions
+4
View File
@@ -76,6 +76,10 @@ const routes: Routes = [
path: 'edit-event',
loadChildren: () => import('../pages/agenda/edit-event/edit-event.module').then( m => m.EditEventPageModule)
},
{
path: 'emend-message-modal',
loadChildren: () => import('../pages/agenda/emend-message-modal/emend-message-modal.module').then( m => m.EmendMessageModalPageModule)
},
]
},
{