mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
add either pattern
This commit is contained in:
@@ -313,6 +313,10 @@ const routes = [
|
||||
{
|
||||
path: 'event-recurrence',
|
||||
loadChildren: () => import('./modals/event-recurrence/event-recurrence.module').then( m => m.EventRecurrencePageModule)
|
||||
},
|
||||
{
|
||||
path: 'delete-event-recurrence',
|
||||
loadChildren: () => import('./modals/delete-event-recurrence/delete-event-recurrence.module').then( m => m.DeleteEventRecurrencePageModule)
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user