This commit is contained in:
CHIEFSOFT\ameye
2024-01-04 17:19:43 -05:00
parent 5321b96ea0
commit d7bdd8f25b
10 changed files with 209 additions and 12 deletions
+6 -1
View File
@@ -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: [