mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
- add new-event page
- add view-event page - add edit-event page
This commit is contained in:
@@ -12,10 +12,6 @@ const routes: Routes = [
|
||||
path: 'sender',
|
||||
loadChildren: () => import('./sender/sender.module').then( m => m.SenderPageModule)
|
||||
},
|
||||
{
|
||||
path: 'filter',
|
||||
loadChildren: () => import('./filter/filter.module').then( m => m.FilterPageModule)
|
||||
},
|
||||
{
|
||||
path: 'organic-entity',
|
||||
loadChildren: () => import('./organic-entity/organic-entity.module').then( m => m.OrganicEntityPageModule)
|
||||
|
||||
Reference in New Issue
Block a user