This commit is contained in:
tiago.kayaya
2021-06-30 15:01:07 +01:00
parent fa0abcec30
commit 4e392ef79d
11 changed files with 260 additions and 58 deletions
+4
View File
@@ -139,6 +139,10 @@ const routes: Routes = [
{
path: 'edit-event-to-approve',
loadChildren: () => import('./shared/agenda/edit-event-to-approve/edit-event-to-approve.module').then( m => m.EditEventToApprovePageModule)
},
{
path: 'actions-options',
loadChildren: () => import('./shared/popover/actions-options/actions-options.module').then( m => m.ActionsOptionsPageModule)
},