diff options
Diffstat (limited to 'shared/models/videos/comment/video-comment.model.ts')
-rw-r--r-- | shared/models/videos/comment/video-comment.model.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/models/videos/comment/video-comment.model.ts b/shared/models/videos/comment/video-comment.model.ts index 5a96f9d4a..737cfe098 100644 --- a/shared/models/videos/comment/video-comment.model.ts +++ b/shared/models/videos/comment/video-comment.model.ts | |||
@@ -1,4 +1,4 @@ | |||
1 | import { ResultList } from '@shared/models/common' | 1 | import { ResultList } from '../../common' |
2 | import { Account } from '../../actors' | 2 | import { Account } from '../../actors' |
3 | 3 | ||
4 | export interface VideoComment { | 4 | export interface VideoComment { |