File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ import { MomentModule } from 'angular2-moment';
77import { ChatsPage } from '../pages/chats/chats' ;
88import { LoginPage } from '../pages/login/login' ;
99import { MessagesPage } from '../pages/messages/messages' ;
10+ import { VerificationPage } from '../pages/verification/verification' ;
1011import { PhoneService } from '../services/phone' ;
1112import { MyApp } from './app.component' ;
1213
@@ -15,7 +16,8 @@ import { MyApp } from './app.component';
1516 MyApp ,
1617 ChatsPage ,
1718 MessagesPage ,
18- LoginPage
19+ LoginPage ,
20+ VerificationPage
1921 ] ,
2022 imports : [
2123 BrowserModule ,
@@ -27,7 +29,8 @@ import { MyApp } from './app.component';
2729 MyApp ,
2830 ChatsPage ,
2931 MessagesPage ,
30- LoginPage
32+ LoginPage ,
33+ VerificationPage
3134 ] ,
3235 providers : [
3336 StatusBar ,
You can’t perform that action at this time.
0 commit comments