diff --git a/src/app/tabs/tabs-routing.module.ts b/src/app/tabs/tabs-routing.module.ts index e8e404f..47eb5f4 100644 --- a/src/app/tabs/tabs-routing.module.ts +++ b/src/app/tabs/tabs-routing.module.ts @@ -10,17 +10,17 @@ const routes: Routes = [ { path: 'search', loadChildren: () => - import('../SearchPage/search.module').then((m) => m.SearchPageModule), + import('./SearchPage/search.module').then((m) => m.SearchPageModule), }, { path: 'users', loadChildren: () => - import('../UsersPage/users.module').then((m) => m.Tab2PageModule), + import('./UsersPage/users.module').then((m) => m.Tab2PageModule), }, { path: 'rent', loadChildren: () => - import('../RentPage/rent.module').then((m) => m.RentPageModule), + import('./RentPage/rent.module').then((m) => m.RentPageModule), }, { path: '',