Close issue 507 and its subtasks

This commit is contained in:
Tiago Kayaya
2020-11-16 15:05:39 +01:00
parent e8642224ee
commit 3ee87a0845
13 changed files with 285 additions and 45 deletions
@@ -14,6 +14,10 @@ const routes: Routes = [
},
{
path: 'event-actions-popover',
loadChildren: () => import('./event-actions-popover/event-actions-popover.module').then( m => m.EventActionsPopoverPageModule)
},
{
path: 'emend-message-modal',
loadChildren: () => import('./emend-message-modal/emend-message-modal.module').then( m => m.EmendMessageModalPageModule)
}