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 08:55:11 +0200
committerChocobozzz <me@florianbigard.com>2021-06-30 08:56:14 +0200
commit2453589a286e1f65843af582512387b2fa17b502 (patch)
tree57d41d8c432ca4e793a16d3b51f665b34aafec52 /client/src/app/+videos/+video-watch/video-watch.module.ts
parentd4f0b2ecec221b6cdd75b5d87ba800c6301a15df (diff)
downloadPeerTube-2453589a286e1f65843af582512387b2fa17b502.tar.gz
PeerTube-2453589a286e1f65843af582512387b2fa17b502.tar.zst
PeerTube-2453589a286e1f65843af582512387b2fa17b502.zip
Move video alert 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.ts8
1 files changed, 5 insertions, 3 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 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
14import { VideoCommentService } from '../../shared/shared-video-comment/video-comment.service' 14import { VideoCommentService } from '../../shared/shared-video-comment/video-comment.service'
15import { PlayerStylesComponent } from './player-styles.component' 15import { PlayerStylesComponent } from './player-styles.component'
16import { 16import {
17 ActionButtonsComponent,
18 PrivacyConcernsComponent,
17 RecommendationsModule, 19 RecommendationsModule,
20 VideoAlertComponent,
18 VideoAvatarChannelComponent, 21 VideoAvatarChannelComponent,
19 VideoDescriptionComponent, 22 VideoDescriptionComponent,
20 VideoRateComponent, 23 VideoRateComponent,
21 VideoWatchPlaylistComponent, 24 VideoWatchPlaylistComponent
22 ActionButtonsComponent,
23 PrivacyConcernsComponent
24} from './shared' 25} from './shared'
25import { VideoCommentAddComponent } from './shared/comment/video-comment-add.component' 26import { VideoCommentAddComponent } from './shared/comment/video-comment-add.component'
26import { VideoCommentComponent } from './shared/comment/video-comment.component' 27import { VideoCommentComponent } from './shared/comment/video-comment.component'
@@ -55,6 +56,7 @@ import { VideoWatchComponent } from './video-watch.component'
55 VideoDescriptionComponent, 56 VideoDescriptionComponent,
56 PrivacyConcernsComponent, 57 PrivacyConcernsComponent,
57 ActionButtonsComponent, 58 ActionButtonsComponent,
59 VideoAlertComponent,
58 60
59 VideoCommentsComponent, 61 VideoCommentsComponent,
60 VideoCommentAddComponent, 62 VideoCommentAddComponent,