Add local storage
This commit is contained in:
@@ -8,7 +8,7 @@ const routes: Routes = [
|
||||
loadChildren: () => import('./pages/user-login/user-login.module').then( m => m.UserLoginPageModule)
|
||||
},
|
||||
{
|
||||
path: 'allowance-app',
|
||||
path: '',
|
||||
loadChildren: () => import('./pages/tabs/tabs.module').then(m => m.TabsPageModule)
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user