aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/videos
diff options
context:
space:
mode:
Diffstat (limited to 'shared/models/videos')
-rw-r--r--shared/models/videos/comment/video-comment.model.ts2
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 @@
1import { ResultList } from '@shared/models/common' 1import { ResultList } from '../../common'
2import { Account } from '../../actors' 2import { Account } from '../../actors'
3 3
4export interface VideoComment { 4export interface VideoComment {