fix
This commit is contained in:
@@ -39,6 +39,10 @@ const routes: Routes = [
|
||||
path: 'merms-calendar',
|
||||
loadChildren: () => import('./merms-calendar/merms-calendar.module').then( m => m.MermsCalendarPageModule)
|
||||
},
|
||||
{
|
||||
path: 'merms-wallet',
|
||||
loadChildren: () => import('./merms-wallet/merms-wallet.module').then( m => m.MermsWalletPageModule)
|
||||
},
|
||||
];
|
||||
|
||||
@NgModule({
|
||||
|
||||
Reference in New Issue
Block a user