fix styles
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user