From c894a1ea72fd1f16c9f1fc0dae14213b2937152d Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 30 Jun 2021 09:49:45 +0200 Subject: Move watch attributes in a dedicated component --- client/src/app/+videos/+video-watch/video-watch.module.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (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 4669a700c..8f5ffdb1d 100644 --- a/client/src/app/+videos/+video-watch/video-watch.module.ts +++ b/client/src/app/+videos/+video-watch/video-watch.module.ts @@ -21,7 +21,8 @@ import { VideoAvatarChannelComponent, VideoDescriptionComponent, VideoRateComponent, - VideoWatchPlaylistComponent + VideoWatchPlaylistComponent, + VideoAttributesComponent } from './shared' import { VideoCommentAddComponent } from './shared/comment/video-comment-add.component' import { VideoCommentComponent } from './shared/comment/video-comment.component' @@ -57,6 +58,7 @@ import { VideoWatchComponent } from './video-watch.component' PrivacyConcernsComponent, ActionButtonsComponent, VideoAlertComponent, + VideoAttributesComponent, VideoCommentsComponent, VideoCommentAddComponent, -- cgit v1.2.3