X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=client%2Fsrc%2Fapp%2F%2Bvideo-channels%2Fvideo-channels.module.ts;h=aef3ed0a37f0f5ff9804272c0f5d0d7ecfc147b8;hb=52798aa5f277492d4dd2482bca9396d2e982fa19;hp=408f8622558699d8faa875874a6c10a787fd771a;hpb=dc48fdbe68e9dd3a3a6028181e61d8595d98e654;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+video-channels/video-channels.module.ts b/client/src/app/+video-channels/video-channels.module.ts index 408f86225..aef3ed0a3 100644 --- a/client/src/app/+video-channels/video-channels.module.ts +++ b/client/src/app/+video-channels/video-channels.module.ts @@ -2,14 +2,17 @@ import { NgModule } from '@angular/core' import { SharedFormModule } from '@app/shared/shared-forms' import { SharedGlobalIconModule } from '@app/shared/shared-icons' import { SharedMainModule } from '@app/shared/shared-main' +import { SharedModerationModule } from '@app/shared/shared-moderation' import { SharedSupportModal } from '@app/shared/shared-support-modal' import { SharedUserSubscriptionModule } from '@app/shared/shared-user-subscription' 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 { VideoChannelPlaylistsComponent } from './video-channel-playlists/video-channel-playlists.component' import { VideoChannelVideosComponent } from './video-channel-videos/video-channel-videos.component' import { VideoChannelsRoutingModule } from './video-channels-routing.module' import { VideoChannelsComponent } from './video-channels.component' +import { SharedActorImageEditModule } from '@app/shared/shared-actor-image-edit' @NgModule({ imports: [ @@ -21,7 +24,10 @@ import { VideoChannelsComponent } from './video-channels.component' SharedVideoMiniatureModule, SharedUserSubscriptionModule, SharedGlobalIconModule, - SharedSupportModal + SharedSupportModal, + SharedActorImageModule, + SharedActorImageEditModule, + SharedModerationModule ], declarations: [