From 28be9d1d3ee92db7c9fd84c82e4ea20900eab0f5 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 28 Jul 2021 10:46:32 +0200 Subject: Cleanup shared models imports --- shared/models/videos/comment/video-comment.model.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shared/models/videos') diff --git a/shared/models/videos/comment/video-comment.model.ts b/shared/models/videos/comment/video-comment.model.ts index 5a96f9d4a..737cfe098 100644 --- a/shared/models/videos/comment/video-comment.model.ts +++ b/shared/models/videos/comment/video-comment.model.ts @@ -1,4 +1,4 @@ -import { ResultList } from '@shared/models/common' +import { ResultList } from '../../common' import { Account } from '../../actors' export interface VideoComment { -- cgit v1.2.3