X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Baccounts%2Faccounts.module.ts;h=22cdd0642550d8fe99b9e35d1e4bcc81bd7306cb;hb=fbdcd4ec9f549b730f8311512bcc0c0b7bc2db0a;hp=3354b4189f8650ee5a242e19489d0e6b10cc5771;hpb=266947e5efc7ff30b0020beb5a74e4d4fc696fa5;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+accounts/accounts.module.ts b/client/src/app/+accounts/accounts.module.ts index 3354b4189..22cdd0642 100644 --- a/client/src/app/+accounts/accounts.module.ts +++ b/client/src/app/+accounts/accounts.module.ts @@ -10,6 +10,7 @@ import { AccountVideoChannelsComponent } from './account-video-channels/account- import { AccountVideosComponent } from './account-videos/account-videos.component' import { AccountsRoutingModule } from './accounts-routing.module' import { AccountsComponent } from './accounts.component' +import { SharedAccountAvatarModule } from '../shared/shared-account-avatar/shared-account-avatar.module' @NgModule({ imports: [ @@ -20,7 +21,8 @@ import { AccountsComponent } from './accounts.component' SharedUserSubscriptionModule, SharedModerationModule, SharedVideoMiniatureModule, - SharedGlobalIconModule + SharedGlobalIconModule, + SharedAccountAvatarModule ], declarations: [