This commit is contained in:
Olu Amey
2020-11-28 18:12:59 -05:00
parent 944552e117
commit f1d4c2b2f0
9 changed files with 99 additions and 6 deletions
+4
View File
@@ -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({