This commit is contained in:
Olu Amey
2020-11-21 21:12:09 -05:00
parent eb77725ed2
commit b79e520061
9 changed files with 93 additions and 4 deletions
+4
View File
@@ -35,6 +35,10 @@ const routes: Routes = [
path: 'merms-patient',
loadChildren: () => import('./merms-patient/merms-patient.module').then( m => m.MermsPatientPageModule)
},
{
path: 'merms-calendar',
loadChildren: () => import('./merms-calendar/merms-calendar.module').then( m => m.MermsCalendarPageModule)
},
];
@NgModule({