fix
This commit is contained in:
@@ -47,6 +47,10 @@ const routes: Routes = [
|
||||
path: 'merms-mypatients',
|
||||
loadChildren: () => import('./merms-mypatients/merms-mypatients.module').then( m => m.MermsMypatientsPageModule)
|
||||
},
|
||||
{
|
||||
path: 'merms-managepatient',
|
||||
loadChildren: () => import('./merms-managepatient/merms-managepatient.module').then( m => m.MermsManagepatientPageModule)
|
||||
},
|
||||
];
|
||||
|
||||
@NgModule({
|
||||
|
||||
Reference in New Issue
Block a user