Reorganize client shared modules
[oweals/peertube.git] / client / src / app / videos / +video-watch / comment / video-comment-thread-tree.model.ts
index 1566d7369255b74310286113beae77fcca7dc82e..7c2aaeadde86ce62174f7b9f56ef6cd803864455 100644 (file)
@@ -1,5 +1,5 @@
-import { VideoCommentThreadTree as VideoCommentThreadTreeServerModel } from '../../../../../../shared/models/videos/video-comment.model'
-import { VideoComment } from '@app/videos/+video-watch/comment/video-comment.model'
+import { VideoCommentThreadTree as VideoCommentThreadTreeServerModel } from '@shared/models'
+import { VideoComment } from './video-comment.model'
 
 export class VideoCommentThreadTree implements VideoCommentThreadTreeServerModel {
   comment: VideoComment