From 2453589a286e1f65843af582512387b2fa17b502 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 30 Jun 2021 08:55:11 +0200 Subject: Move video alert in a dedicated component --- client/src/app/+videos/+video-watch/video-watch.module.ts | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'client/src/app/+videos/+video-watch/video-watch.module.ts') diff --git a/client/src/app/+videos/+video-watch/video-watch.module.ts b/client/src/app/+videos/+video-watch/video-watch.module.ts index 602525342..4669a700c 100644 --- a/client/src/app/+videos/+video-watch/video-watch.module.ts +++ b/client/src/app/+videos/+video-watch/video-watch.module.ts @@ -14,13 +14,14 @@ import { SharedActorImageModule } from '../../shared/shared-actor-image/shared-a import { VideoCommentService } from '../../shared/shared-video-comment/video-comment.service' import { PlayerStylesComponent } from './player-styles.component' import { + ActionButtonsComponent, + PrivacyConcernsComponent, RecommendationsModule, + VideoAlertComponent, VideoAvatarChannelComponent, VideoDescriptionComponent, VideoRateComponent, - VideoWatchPlaylistComponent, - ActionButtonsComponent, - PrivacyConcernsComponent + VideoWatchPlaylistComponent } from './shared' import { VideoCommentAddComponent } from './shared/comment/video-comment-add.component' import { VideoCommentComponent } from './shared/comment/video-comment.component' @@ -55,6 +56,7 @@ import { VideoWatchComponent } from './video-watch.component' VideoDescriptionComponent, PrivacyConcernsComponent, ActionButtonsComponent, + VideoAlertComponent, VideoCommentsComponent, VideoCommentAddComponent, -- cgit v1.2.3