Skip to content

Commit b2c18fa

Browse files
dotansimhadarkbasic
authored andcommitted
Step 6.5: Import MessagesPage to chats page
1 parent f69ee2c commit b2c18fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/chats/chats.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { Chats, Messages } from 'api/collections';
33
import { Chat } from 'api/models';
44
import { NavController } from 'ionic-angular';
55
import { Observable } from 'rxjs';
6+
import { MessagesPage } from '../messages/messages';
67

78
@Component({
89
templateUrl: 'chats.html'

0 commit comments

Comments
 (0)