Reorganize client shared modules
[oweals/peertube.git] / server / types / models / video / video-comment.ts
index d6e0b66f545aeaadf5aa05db03bd039887b046b3..f1c50c753a0dcaeac7e48dde987697ddecaa89a8 100644 (file)
@@ -1,5 +1,5 @@
 import { VideoCommentModel } from '../../../models/video/video-comment'
-import { PickWith, PickWithOpt } from '../../utils'
+import { PickWith, PickWithOpt } from '@shared/core-utils'
 import { MAccountDefault, MAccountFormattable, MAccountUrl } from '../account'
 import { MVideoAccountLight, MVideoFeed, MVideoIdUrl, MVideoUrl } from './video'