fix
This commit is contained in:
@@ -5,6 +5,14 @@ const routes: Routes = [
|
||||
{
|
||||
path: '',
|
||||
loadChildren: () => import('./tabs/tabs.module').then(m => m.TabsPageModule)
|
||||
},
|
||||
{
|
||||
path: 'start',
|
||||
loadChildren: () => import('./start/start.module').then( m => m.StartPageModule)
|
||||
},
|
||||
{
|
||||
path: 'signup',
|
||||
loadChildren: () => import('./signup/signup.module').then( m => m.SignupPageModule)
|
||||
}
|
||||
];
|
||||
@NgModule({
|
||||
|
||||
Reference in New Issue
Block a user