X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Bvideos%2F%2Bvideo-watch%2Fvideo-watch.module.ts;h=cf6afd852f78eb897ad94637def6f96202737dd5;hb=fbdcd4ec9f549b730f8311512bcc0c0b7bc2db0a;hp=29ad92f009058fd7f0a7abd5a14f81e0d51252e3;hpb=266947e5efc7ff30b0020beb5a74e4d4fc696fa5;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 29ad92f00..cf6afd852 100644 --- a/client/src/app/+videos/+video-watch/video-watch.module.ts +++ b/client/src/app/+videos/+video-watch/video-watch.module.ts @@ -17,10 +17,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 { 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: [ @@ -37,7 +38,8 @@ import { VideoWatchComponent } from './video-watch.component' SharedVideoCommentModule, SharedShareModal, SharedVideoModule, - SharedSupportModal + SharedSupportModal, + SharedAccountAvatarModule ], declarations: [ @@ -47,6 +49,7 @@ import { VideoWatchComponent } from './video-watch.component' VideoCommentsComponent, VideoCommentAddComponent, VideoCommentComponent, + VideoAvatarChannelComponent, VideoAvatarChannelComponent,