From 69524f6ed170c74fab8d5833920c389fde992f3e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 25 Nov 2020 11:44:31 +0100 Subject: Fix circular dep issue --- .../app/shared/shared-main/users/user-notification.model.ts | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'client/src/app/shared/shared-main/users/user-notification.model.ts') diff --git a/client/src/app/shared/shared-main/users/user-notification.model.ts b/client/src/app/shared/shared-main/users/user-notification.model.ts index b1df4a584..1211995fd 100644 --- a/client/src/app/shared/shared-main/users/user-notification.model.ts +++ b/client/src/app/shared/shared-main/users/user-notification.model.ts @@ -1,14 +1,16 @@ +import { AuthUser } from '@app/core' +import { Account } from '@app/shared/shared-main/account/account.model' +import { Actor } from '@app/shared/shared-main/account/actor.model' +import { VideoChannel } from '@app/shared/shared-main/video-channel/video-channel.model' import { AbuseState, ActorInfo, FollowState, UserNotification as UserNotificationServer, UserNotificationType, - VideoInfo, - UserRight + UserRight, + VideoInfo } from '@shared/models' -import { Account, Actor, VideoChannel } from '@app/shared/shared-main' -import { AuthUser } from '@app/core' export class UserNotification implements UserNotificationServer { id: number -- cgit v1.2.3