X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fshared-moderation%2Fshared-moderation.module.ts;h=dac4ae951457511e9cb19c66ad4044aafd883ac0;hb=77239b425a8e00822a53c9907415832a473c3eb6;hp=b1b98f8d06b916237628cf4156c892d50d8751d6;hpb=94148c9028829b5576a5dcbfba2c7fb9cf6443d3;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/shared-moderation/shared-moderation.module.ts b/client/src/app/shared/shared-moderation/shared-moderation.module.ts index b1b98f8d0..dac4ae951 100644 --- a/client/src/app/shared/shared-moderation/shared-moderation.module.ts +++ b/client/src/app/shared/shared-moderation/shared-moderation.module.ts @@ -1,10 +1,13 @@ import { NgModule } from '@angular/core' +import { SharedActorImageModule } from '../shared-actor-image/shared-actor-image.module' import { SharedFormModule } from '../shared-forms/shared-form.module' import { SharedGlobalIconModule } from '../shared-icons' import { SharedMainModule } from '../shared-main/shared-main.module' +import { SharedUsersModule } from '../shared-users' import { SharedVideoCommentModule } from '../shared-video-comment' import { AbuseService } from './abuse.service' +import { AccountBlockBadgesComponent } from './account-block-badges.component' import { BatchDomainsModalComponent } from './batch-domains-modal.component' import { BlocklistService } from './blocklist.service' import { BulkService } from './bulk.service' @@ -19,7 +22,9 @@ import { VideoBlockService } from './video-block.service' SharedMainModule, SharedFormModule, SharedGlobalIconModule, - SharedVideoCommentModule + SharedVideoCommentModule, + SharedActorImageModule, + SharedUsersModule ], declarations: [ @@ -29,7 +34,8 @@ import { VideoBlockService } from './video-block.service' VideoReportComponent, BatchDomainsModalComponent, CommentReportComponent, - AccountReportComponent + AccountReportComponent, + AccountBlockBadgesComponent ], exports: [ @@ -39,7 +45,8 @@ import { VideoBlockService } from './video-block.service' VideoReportComponent, BatchDomainsModalComponent, CommentReportComponent, - AccountReportComponent + AccountReportComponent, + AccountBlockBadgesComponent ], providers: [