diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 97ca5db..ff6c8af 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -7,7 +7,7 @@ import { SplashScreen } from '@ionic-native/splash-screen'; templateUrl: 'app.html' }) export class MyApp { - rootPage:any = 'TabsPage'; + rootPage:any = 'HomePage'; constructor(platform: Platform, statusBar: StatusBar, splashScreen: SplashScreen) { platform.ready().then(() => {