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 57f36c723..93b143542 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 { PlayerStylesComponent } from './player-styles.component'
19import { RecommendationsModule } from './recommendations/recommendations.module' 19import { RecommendationsModule } from './recommendations/recommendations.module'
20import { TimestampRouteTransformerDirective } from './timestamp-route-transformer.directive' 20import { TimestampRouteTransformerDirective } from './timestamp-route-transformer.directive'
21import { VideoAvatarChannelComponent } from './video-avatar-channel.component' 21import { VideoAvatarChannelComponent } from './video-avatar-channel.component'
22import { VideoDescriptionComponent } from './video-description.component'
22import { VideoRateComponent } from './video-rate.component' 23import { VideoRateComponent } from './video-rate.component'
23import { VideoWatchPlaylistComponent } from './video-watch-playlist.component' 24import { VideoWatchPlaylistComponent } from './video-watch-playlist.component'
24import { VideoWatchRoutingModule } from './video-watch-routing.module' 25import { VideoWatchRoutingModule } from './video-watch-routing.module'
@@ -47,6 +48,7 @@ import { VideoWatchComponent } from './video-watch.component'
47 VideoWatchComponent, 48 VideoWatchComponent,
48 VideoWatchPlaylistComponent, 49 VideoWatchPlaylistComponent,
49 VideoRateComponent, 50 VideoRateComponent,
51 VideoDescriptionComponent,
50 52
51 VideoCommentsComponent, 53 VideoCommentsComponent,
52 VideoCommentAddComponent, 54 VideoCommentAddComponent,