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 @@ -5,6 +5,7 @@ import { SplashScreen } from '@ionic-native/splash-screen';
55import { StatusBar } from '@ionic-native/status-bar' ;
66import { MomentModule } from 'angular2-moment' ;
77import { ChatsPage } from '../pages/chats/chats' ;
8+ import { NewChatComponent } from '../pages/chats/new-chat' ;
89import { ChatsOptionsComponent } from '../pages/chats/chats-options' ;
910import { LoginPage } from '../pages/login/login' ;
1011import { MessagesPage } from '../pages/messages/messages' ;
@@ -21,7 +22,8 @@ import { MyApp } from './app.component';
2122 LoginPage ,
2223 VerificationPage ,
2324 ProfilePage ,
24- ChatsOptionsComponent
25+ ChatsOptionsComponent ,
26+ NewChatComponent
2527 ] ,
2628 imports : [
2729 BrowserModule ,
@@ -36,7 +38,8 @@ import { MyApp } from './app.component';
3638 LoginPage ,
3739 VerificationPage ,
3840 ProfilePage ,
39- ChatsOptionsComponent
41+ ChatsOptionsComponent ,
42+ NewChatComponent
4043 ] ,
4144 providers : [
4245 StatusBar ,
You can’t perform that action at this time.
0 commit comments