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