X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Baccounts%2Faccounts.module.ts;h=aedc69b160fc0c510dcfe4c550bfc521c8ed6085;hb=7337a75bf06dd3ee501b502c1e4251dbf78aa04d;hp=815360341fc7fc34983ba9745aee50d9f35e5492;hpb=67ed6552b831df66713bac9e672738796128d33f;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+accounts/accounts.module.ts b/client/src/app/+accounts/accounts.module.ts index 815360341..aedc69b16 100644 --- a/client/src/app/+accounts/accounts.module.ts +++ b/client/src/app/+accounts/accounts.module.ts @@ -5,7 +5,7 @@ import { SharedMainModule } from '@app/shared/shared-main' import { SharedModerationModule } from '@app/shared/shared-moderation' import { SharedUserSubscriptionModule } from '@app/shared/shared-user-subscription' import { SharedVideoMiniatureModule } from '@app/shared/shared-video-miniature' -import { AccountAboutComponent } from './account-about/account-about.component' +import { SharedActorImageModule } from '../shared/shared-actor-image/shared-actor-image.module' import { AccountVideoChannelsComponent } from './account-video-channels/account-video-channels.component' import { AccountVideosComponent } from './account-videos/account-videos.component' import { AccountsRoutingModule } from './accounts-routing.module' @@ -20,14 +20,14 @@ import { AccountsComponent } from './accounts.component' SharedUserSubscriptionModule, SharedModerationModule, SharedVideoMiniatureModule, - SharedGlobalIconModule + SharedGlobalIconModule, + SharedActorImageModule ], declarations: [ AccountsComponent, AccountVideosComponent, - AccountVideoChannelsComponent, - AccountAboutComponent + AccountVideoChannelsComponent ], exports: [