X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Blogin%2Flogin.module.ts;h=9d8607e5d85e6a4d7e23616350a9f16a43a09c41;hb=8cbc40b2fe9d36ef0505b9441276ca561342e9e9;hp=c419024267d1921b98b63aba8476086bba984512;hpb=1942f11d5ee6926ad93dc1b79fae18325ba5de18;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+login/login.module.ts b/client/src/app/+login/login.module.ts index c41902426..9d8607e5d 100644 --- a/client/src/app/+login/login.module.ts +++ b/client/src/app/+login/login.module.ts @@ -1,6 +1,7 @@ import { NgModule } from '@angular/core' import { SharedFormModule } from '@app/shared/shared-forms' import { SharedGlobalIconModule } from '@app/shared/shared-icons' +import { SharedInstanceModule } from '@app/shared/shared-instance' import { SharedMainModule } from '@app/shared/shared-main' import { LoginRoutingModule } from './login-routing.module' import { LoginComponent } from './login.component' @@ -11,7 +12,9 @@ import { LoginComponent } from './login.component' SharedMainModule, SharedFormModule, - SharedGlobalIconModule + SharedGlobalIconModule, + + SharedInstanceModule ], declarations: [