This commit is contained in:
Olu Amey
2020-12-05 14:06:39 -05:00
parent c5b1fb1fb6
commit 89b8b496b0
9 changed files with 258 additions and 1 deletions
+4
View File
@@ -43,6 +43,10 @@ const routes: Routes = [
path: 'merms-wallet',
loadChildren: () => import('./merms-wallet/merms-wallet.module').then( m => m.MermsWalletPageModule)
},
{
path: 'merms-mypatients',
loadChildren: () => import('./merms-mypatients/merms-mypatients.module').then( m => m.MermsMypatientsPageModule)
},
];
@NgModule({