fix styles

This commit is contained in:
CHIEFSOFT\ameye
2024-01-04 15:23:50 -05:00
parent 548c15b091
commit 5321b96ea0
10 changed files with 177 additions and 2 deletions
+5
View File
@@ -13,8 +13,13 @@ const routes: Routes = [
{
path: 'myfit',
loadChildren: () => import('./extpages/myfit/myfit.module').then(m => m.MyfitPageModule)
},
{
path: 'login',
loadChildren: () => import('./extpages/login/login.module').then(m => m.LoginPageModule)
}
];
@NgModule({
imports: [