Skip to content

Commit dc65a6d

Browse files
dotansimhadarkbasic
authored andcommitted
Step 2.2: Removed tabs components from the module declaration
1 parent ff1e564 commit dc65a6d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/app/app.module.ts

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,18 @@ import { SplashScreen } from '@ionic-native/splash-screen';
55
import { StatusBar } from '@ionic-native/status-bar';
66

77
import { MyApp } from './app.component';
8-
import { HomePage } from '../pages/home/home';
98

109
@NgModule({
1110
declarations: [
12-
MyApp,
13-
HomePage
11+
MyApp
1412
],
1513
imports: [
1614
BrowserModule,
1715
IonicModule.forRoot(MyApp)
1816
],
1917
bootstrap: [IonicApp],
2018
entryComponents: [
21-
MyApp,
22-
HomePage
19+
MyApp
2320
],
2421
providers: [
2522
StatusBar,

0 commit comments

Comments
 (0)