Skip to content

Commit 7a9cf50

Browse files
dotansimhadarkbasic
authored andcommitted
Step 4.11: Update the models import path
1 parent 2dc5995 commit 7a9cf50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/chats/chats.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Component } from '@angular/core';
22
import { Observable } from 'rxjs';
33
import * as moment from 'moment';
4-
import { Chat, MessageType } from '../../models';
4+
import { Chat, MessageType } from 'api/models';
55

66
@Component({
77
templateUrl: 'chats.html'

0 commit comments

Comments
 (0)