fi
This commit is contained in:
@@ -31,6 +31,10 @@ const routes: Routes = [
|
||||
path: 'merms-practice',
|
||||
loadChildren: () => import('./merms-practice/merms-practice.module').then( m => m.MermsPracticePageModule)
|
||||
},
|
||||
{
|
||||
path: 'merms-patient',
|
||||
loadChildren: () => import('./merms-patient/merms-patient.module').then( m => m.MermsPatientPageModule)
|
||||
},
|
||||
];
|
||||
|
||||
@NgModule({
|
||||
|
||||
Reference in New Issue
Block a user