From 7d9ba5c08999c6482f0bc5e0c09c6f55b7724090 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 11 May 2021 11:15:29 +0200 Subject: Cleanup models directory organization --- server/types/models/account/account.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'server/types/models/account/account.ts') diff --git a/server/types/models/account/account.ts b/server/types/models/account/account.ts index 9513acad8..984841291 100644 --- a/server/types/models/account/account.ts +++ b/server/types/models/account/account.ts @@ -1,7 +1,5 @@ import { FunctionProperties, PickWith } from '@shared/core-utils' import { AccountModel } from '../../../models/account/account' -import { MChannelDefault } from '../video/video-channels' -import { MAccountBlocklistId } from './account-blocklist' import { MActor, MActorAPAccount, @@ -15,7 +13,9 @@ import { MActorSummary, MActorSummaryFormattable, MActorUrl -} from './actor' +} from '../actor' +import { MChannelDefault } from '../video/video-channels' +import { MAccountBlocklistId } from './account-blocklist' type Use = PickWith -- cgit v1.2.3