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