aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-watch/video-watch.module.ts
diff options
context:
space:
mode:
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.ts2
1 files changed, 2 insertions, 0 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 c1f40d785..602525342 100644
--- a/client/src/app/+videos/+video-watch/video-watch.module.ts
+++ b/client/src/app/+videos/+video-watch/video-watch.module.ts
@@ -19,6 +19,7 @@ import {
19 VideoDescriptionComponent, 19 VideoDescriptionComponent,
20 VideoRateComponent, 20 VideoRateComponent,
21 VideoWatchPlaylistComponent, 21 VideoWatchPlaylistComponent,
22 ActionButtonsComponent,
22 PrivacyConcernsComponent 23 PrivacyConcernsComponent
23} from './shared' 24} from './shared'
24import { VideoCommentAddComponent } from './shared/comment/video-comment-add.component' 25import { VideoCommentAddComponent } from './shared/comment/video-comment-add.component'
@@ -53,6 +54,7 @@ import { VideoWatchComponent } from './video-watch.component'
53 VideoRateComponent, 54 VideoRateComponent,
54 VideoDescriptionComponent, 55 VideoDescriptionComponent,
55 PrivacyConcernsComponent, 56 PrivacyConcernsComponent,
57 ActionButtonsComponent,
56 58
57 VideoCommentsComponent, 59 VideoCommentsComponent,
58 VideoCommentAddComponent, 60 VideoCommentAddComponent,