This commit is contained in:
Olu Amey
2020-12-07 12:42:01 -05:00
parent 5a7671349c
commit ed0c760999
9 changed files with 95 additions and 1 deletions
+4
View File
@@ -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({