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
DAB0mB committed Feb 26, 2017
1 parent 6d81fa3 commit eb30704
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/imports/pages/chats/chats.ts
Expand Up @@ -4,6 +4,7 @@ import * as Moment from 'moment';
import { Observable } from 'rxjs';
import { Chats, Messages } from '../../../../imports/collections';
import { Chat, MessageType } from '../../../../imports/models';
import { MessagesPage } from '../messages/messages';
import template from './chats.html';

@Component({
Expand Down

0 comments on commit eb30704

Please sign in to comment.