This commit is contained in:
Olu Amey
2020-11-18 11:42:14 -05:00
parent 15614fe488
commit 95d832fc0c
76 changed files with 1319 additions and 22 deletions
+4
View File
@@ -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({