This commit is contained in:
Peter Maquiran
2021-07-20 19:22:11 +01:00
parent f80394d830
commit a3b753dad9
13 changed files with 204 additions and 17 deletions
+5 -2
View File
@@ -148,10 +148,13 @@ const routes = [
path: 'edit-action',
loadChildren: () => import('./shared/publication/edit-action/edit-action.module').then( m => m.EditActionPageModule)
},
{
path: 'eliminate-event',
loadChildren: () => import('./modals/eliminate-event/eliminate-event.module').then( m => m.EliminateEventPageModule)
},
/* {
/*
path: 'chat',
component: ChatPage
} */