This commit is contained in:
Olu Amey
2020-11-14 20:49:45 -05:00
parent 58ed7fdc27
commit 15614fe488
9 changed files with 270 additions and 1 deletions
+4
View File
@@ -27,6 +27,10 @@ const routes: Routes = [
path: 'merms-settings',
loadChildren: () => import('./merms-settings/merms-settings.module').then( m => m.MermsSettingsPageModule)
},
{
path: 'merms-practice',
loadChildren: () => import('./merms-practice/merms-practice.module').then( m => m.MermsPracticePageModule)
},
];
@NgModule({