aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/types/models/video/video-share.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/types/models/video/video-share.ts')
-rw-r--r--server/types/models/video/video-share.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/types/models/video/video-share.ts b/server/types/models/video/video-share.ts
index 50ca75d26..b7a783bb6 100644
--- a/server/types/models/video/video-share.ts
+++ b/server/types/models/video/video-share.ts
@@ -1,5 +1,5 @@
1import { VideoShareModel } from '../../../models/video/video-share' 1import { VideoShareModel } from '../../../models/video/video-share'
2import { PickWith } from '../../utils' 2import { PickWith } from '@shared/core-utils'
3import { MActorDefault } from '../account' 3import { MActorDefault } from '../account'
4import { MVideo } from './video' 4import { MVideo } from './video'
5 5