]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/types/models/video/video-share.ts
Add server API to abuse messages
[github/Chocobozzz/PeerTube.git] / server / types / models / video / video-share.ts
index 50ca75d269b8858b8a3609fcec1d72db7b95006b..b7a783bb6e7b812a21f7222b5c3a1e7f9f594400 100644 (file)
@@ -1,5 +1,5 @@
 import { VideoShareModel } from '../../../models/video/video-share'
-import { PickWith } from '../../utils'
+import { PickWith } from '@shared/core-utils'
 import { MActorDefault } from '../account'
 import { MVideo } from './video'