aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/videos
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-07-28 10:46:32 +0200
committerChocobozzz <me@florianbigard.com>2021-07-28 10:46:32 +0200
commit28be9d1d3ee92db7c9fd84c82e4ea20900eab0f5 (patch)
tree6c4c3dd41df579008bc065b21b114a3631427652 /shared/models/videos
parentfa47956ecf51a6d5d10aeb25d2e4db3da90c7d58 (diff)
downloadPeerTube-28be9d1d3ee92db7c9fd84c82e4ea20900eab0f5.tar.gz
PeerTube-28be9d1d3ee92db7c9fd84c82e4ea20900eab0f5.tar.zst
PeerTube-28be9d1d3ee92db7c9fd84c82e4ea20900eab0f5.zip
Cleanup shared models imports
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 {