Skip to content

Commit

Permalink
Step 4.11: Update the models import path
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and darkbasic committed Jun 13, 2017
1 parent bd0783f commit 4e20e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/chats/chats.ts
@@ -1,7 +1,7 @@
import { Component } from '@angular/core';
import { Observable } from 'rxjs';
import * as moment from 'moment';
import { Chat, MessageType } from '../../models';
import { Chat, MessageType } from 'api/models';

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

0 comments on commit 4e20e6b

Please sign in to comment.