X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Bvideos%2F%2Bvideo-watch%2Fvideo-watch.module.ts;h=57f36c723c7118a60e79019cb3a761985fed5f9d;hb=6ea59f415461c27eea840ed204986eaefb538afc;hp=cf6afd852f78eb897ad94637def6f96202737dd5;hpb=fbdcd4ec9f549b730f8311512bcc0c0b7bc2db0a;p=github%2FChocobozzz%2FPeerTube.git 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 cf6afd852..57f36c723 100644 --- a/client/src/app/+videos/+video-watch/video-watch.module.ts +++ b/client/src/app/+videos/+video-watch/video-watch.module.ts @@ -10,6 +10,7 @@ import { SharedVideoModule } from '@app/shared/shared-video' import { SharedVideoCommentModule } from '@app/shared/shared-video-comment' import { SharedVideoMiniatureModule } from '@app/shared/shared-video-miniature' import { SharedVideoPlaylistModule } from '@app/shared/shared-video-playlist' +import { SharedActorImageModule } from '../../shared/shared-actor-image/shared-actor-image.module' import { VideoCommentService } from '../../shared/shared-video-comment/video-comment.service' import { VideoCommentAddComponent } from './comment/video-comment-add.component' import { VideoCommentComponent } from './comment/video-comment.component' @@ -17,11 +18,11 @@ import { VideoCommentsComponent } from './comment/video-comments.component' import { PlayerStylesComponent } from './player-styles.component' import { RecommendationsModule } from './recommendations/recommendations.module' import { TimestampRouteTransformerDirective } from './timestamp-route-transformer.directive' +import { VideoAvatarChannelComponent } from './video-avatar-channel.component' +import { VideoRateComponent } from './video-rate.component' import { VideoWatchPlaylistComponent } from './video-watch-playlist.component' import { VideoWatchRoutingModule } from './video-watch-routing.module' import { VideoWatchComponent } from './video-watch.component' -import { SharedAccountAvatarModule } from '../../shared/shared-account-avatar/shared-account-avatar.module' -import { VideoAvatarChannelComponent } from './video-avatar-channel.component' @NgModule({ imports: [ @@ -39,12 +40,13 @@ import { VideoAvatarChannelComponent } from './video-avatar-channel.component' SharedShareModal, SharedVideoModule, SharedSupportModal, - SharedAccountAvatarModule + SharedActorImageModule ], declarations: [ VideoWatchComponent, VideoWatchPlaylistComponent, + VideoRateComponent, VideoCommentsComponent, VideoCommentAddComponent,