fix
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user