From 33f6dce136ca6e969fe374efa099bee3f2a3599d Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 27 Oct 2021 11:42:05 +0200 Subject: Add videos list admin component --- client/src/app/shared/shared-main/shared-main.module.ts | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'client/src/app/shared/shared-main/shared-main.module.ts') diff --git a/client/src/app/shared/shared-main/shared-main.module.ts b/client/src/app/shared/shared-main/shared-main.module.ts index 93989780d..a90b59e41 100644 --- a/client/src/app/shared/shared-main/shared-main.module.ts +++ b/client/src/app/shared/shared-main/shared-main.module.ts @@ -43,13 +43,8 @@ import { } from './misc' import { PluginPlaceholderComponent } from './plugins' import { ActorRedirectGuard } from './router' -import { - UserHistoryService, - UserNotificationsComponent, - UserNotificationService, - UserQuotaComponent -} from './users' -import { RedundancyService, VideoImportService, VideoOwnershipService, VideoService } from './video' +import { UserHistoryService, UserNotificationsComponent, UserNotificationService, UserQuotaComponent } from './users' +import { EmbedComponent, RedundancyService, VideoImportService, VideoOwnershipService, VideoService } from './video' import { VideoCaptionService } from './video-caption' import { VideoChannelService } from './video-channel' @@ -111,6 +106,8 @@ import { VideoChannelService } from './video-channel' UserQuotaComponent, UserNotificationsComponent, + EmbedComponent, + PluginPlaceholderComponent ], @@ -167,6 +164,8 @@ import { VideoChannelService } from './video-channel' UserQuotaComponent, UserNotificationsComponent, + EmbedComponent, + PluginPlaceholderComponent ], -- cgit v1.2.3