X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fshared-main%2Fshared-main.module.ts;h=05a5d77c7dd814710f1b8f1627f06e2af78a8b6f;hb=69e076ddb0deda9e4120bab095d3369bb19fbd1e;hp=772198cb26e9d43ddac863095658187cb825202b;hpb=08ac081b37cd6115634e8951608116fe0f13032b;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/shared-main/shared-main.module.ts b/client/src/app/shared/shared-main/shared-main.module.ts index 772198cb2..05a5d77c7 100644 --- a/client/src/app/shared/shared-main/shared-main.module.ts +++ b/client/src/app/shared/shared-main/shared-main.module.ts @@ -17,7 +17,7 @@ import { import { LoadingBarModule } from '@ngx-loading-bar/core' import { LoadingBarHttpClientModule } from '@ngx-loading-bar/http-client' import { SharedGlobalIconModule } from '../shared-icons' -import { AccountService } from './account' +import { AccountService, ActorService } from './account' import { AutofocusDirective, BytesPipe, @@ -160,6 +160,7 @@ import { VideoChannelService } from './video-channel' AUTH_INTERCEPTOR_PROVIDER, AccountService, + ActorService, UserHistoryService, UserNotificationService,