Skip to content

Commit

Permalink
Step 4.5: Added the correct import
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Dec 24, 2016
1 parent beedec5 commit e5da70a
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 { Observable } from "rxjs";
import { Chat } from "api/models/whatsapp-models";
import { Chats, Messages } from "api/collections/whatsapp-collections";
import { NavController } from "ionic-angular";
import { MessagesPage } from "../messages/messages";

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

0 comments on commit e5da70a

Please sign in to comment.