register
This commit is contained in:
@@ -7,7 +7,7 @@ const routes: Routes = [
|
||||
loadChildren: () => import('./extpages/myfit/myfit.module').then(m => m.MyfitPageModule)
|
||||
},
|
||||
{
|
||||
path: 'dash',
|
||||
path: 'tabs',
|
||||
loadChildren: () => import('./pages/tabs/tabs.module').then(m => m.TabsPageModule)
|
||||
},
|
||||
{
|
||||
@@ -17,9 +17,14 @@ const routes: Routes = [
|
||||
{
|
||||
path: 'login',
|
||||
loadChildren: () => import('./extpages/login/login.module').then(m => m.LoginPageModule)
|
||||
},
|
||||
{
|
||||
path: 'register',
|
||||
loadChildren: () => import('./extpages/register/register.module').then(m => m.RegisterPageModule)
|
||||
}
|
||||
|
||||
|
||||
|
||||
];
|
||||
@NgModule({
|
||||
imports: [
|
||||
|
||||
Reference in New Issue
Block a user