Skip to content

Commit

Permalink
Step 6.5: Import MessagesPage to chats page
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Feb 13, 2017
1 parent c1e9b47 commit 4c9a360
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/chats/chats.ts
Expand Up @@ -3,6 +3,7 @@ import { Chats, Messages } from 'api/collections';
import { Chat } from 'api/models';
import { NavController } from 'ionic-angular';
import { Observable } from 'rxjs';
import { MessagesPage } from '../messages/messages';

@Component({
templateUrl: 'chats.html'
Expand Down

0 comments on commit 4c9a360

Please sign in to comment.