Skip to content

Commit

Permalink
Step 6.12: Added missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Dec 3, 2016
1 parent c168ca0 commit e8a1ddc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/chats/chats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { Chats, Messages } from "api/collections/whatsapp-collections";
import { NavController, PopoverController, ModalController } from "ionic-angular";
import { MessagesPage } from "../messages/messages";
import { ChatsOptionsComponent } from "../chat-options/chat-options";
import { NewChatComponent } from "../new-chat/new-chat";

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

0 comments on commit e8a1ddc

Please sign in to comment.