aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-watch/video-watch.module.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-06-30 09:49:45 +0200
committerChocobozzz <me@florianbigard.com>2021-06-30 09:49:45 +0200
commitc894a1ea72fd1f16c9f1fc0dae14213b2937152d (patch)
treee99f5f064eecf82356637d92ec72b3debf1e9335 /client/src/app/+videos/+video-watch/video-watch.module.ts
parent2453589a286e1f65843af582512387b2fa17b502 (diff)
downloadPeerTube-c894a1ea72fd1f16c9f1fc0dae14213b2937152d.tar.gz
PeerTube-c894a1ea72fd1f16c9f1fc0dae14213b2937152d.tar.zst
PeerTube-c894a1ea72fd1f16c9f1fc0dae14213b2937152d.zip
Move watch attributes in a dedicated component
Diffstat (limited to 'client/src/app/+videos/+video-watch/video-watch.module.ts')
-rw-r--r--client/src/app/+videos/+video-watch/video-watch.module.ts4
1 files changed, 3 insertions, 1 deletions
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 {
21 VideoAvatarChannelComponent, 21 VideoAvatarChannelComponent,
22 VideoDescriptionComponent, 22 VideoDescriptionComponent,
23 VideoRateComponent, 23 VideoRateComponent,
24 VideoWatchPlaylistComponent 24 VideoWatchPlaylistComponent,
25 VideoAttributesComponent
25} from './shared' 26} from './shared'
26import { VideoCommentAddComponent } from './shared/comment/video-comment-add.component' 27import { VideoCommentAddComponent } from './shared/comment/video-comment-add.component'
27import { VideoCommentComponent } from './shared/comment/video-comment.component' 28import { VideoCommentComponent } from './shared/comment/video-comment.component'
@@ -57,6 +58,7 @@ import { VideoWatchComponent } from './video-watch.component'
57 PrivacyConcernsComponent, 58 PrivacyConcernsComponent,
58 ActionButtonsComponent, 59 ActionButtonsComponent,
59 VideoAlertComponent, 60 VideoAlertComponent,
61 VideoAttributesComponent,
60 62
61 VideoCommentsComponent, 63 VideoCommentsComponent,
62 VideoCommentAddComponent, 64 VideoCommentAddComponent,