diff options
author | Chocobozzz <me@florianbigard.com> | 2021-07-28 10:46:32 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-07-28 10:46:32 +0200 |
commit | 28be9d1d3ee92db7c9fd84c82e4ea20900eab0f5 (patch) | |
tree | 6c4c3dd41df579008bc065b21b114a3631427652 /shared/models/videos/comment | |
parent | fa47956ecf51a6d5d10aeb25d2e4db3da90c7d58 (diff) | |
download | PeerTube-28be9d1d3ee92db7c9fd84c82e4ea20900eab0f5.tar.gz PeerTube-28be9d1d3ee92db7c9fd84c82e4ea20900eab0f5.tar.zst PeerTube-28be9d1d3ee92db7c9fd84c82e4ea20900eab0f5.zip |
Cleanup shared models imports
Diffstat (limited to 'shared/models/videos/comment')
-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 { |