Reorganize client shared modules
[oweals/peertube.git] / server / types / models / video / video-file.ts
index 3fcaca78f6f427db09f7fe1b72d0fdb9663f36a0..327a148ce9fdb783fcfaee00fd4b3baac6eb8a5d 100644 (file)
@@ -1,5 +1,5 @@
 import { VideoFileModel } from '../../../models/video/video-file'
-import { PickWith, PickWithOpt } from '../../utils'
+import { PickWith, PickWithOpt } from '@shared/core-utils'
 import { MVideo, MVideoUUID } from './video'
 import { MVideoRedundancy, MVideoRedundancyFileUrl } from './video-redundancy'
 import { MStreamingPlaylistVideo, MStreamingPlaylist } from './video-streaming-playlist'