X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Bsignup%2F%2Bverify-account%2Fverify-account.module.ts;h=ec342df8da4453999b5d3a00a11933ba5eb8b223;hb=d92d070c91ee73657f2e3a5756954ef63fdba306;hp=7255605d4eb95d83b3dbafb122404a35ac315455;hpb=cce70ae5ca3a2bfd893a7a8c457086151470de70;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+signup/+verify-account/verify-account.module.ts b/client/src/app/+signup/+verify-account/verify-account.module.ts index 7255605d4..ec342df8d 100644 --- a/client/src/app/+signup/+verify-account/verify-account.module.ts +++ b/client/src/app/+signup/+verify-account/verify-account.module.ts @@ -1,5 +1,5 @@ import { NgModule } from '@angular/core' -import { SignupSharedModule } from '../shared/signup-shared.module' +import { SharedSignupModule } from '../shared/shared-signup.module' import { VerifyAccountAskSendEmailComponent } from './verify-account-ask-send-email/verify-account-ask-send-email.component' import { VerifyAccountEmailComponent } from './verify-account-email/verify-account-email.component' import { VerifyAccountRoutingModule } from './verify-account-routing.module' @@ -8,7 +8,7 @@ import { VerifyAccountRoutingModule } from './verify-account-routing.module' imports: [ VerifyAccountRoutingModule, - SignupSharedModule + SharedSignupModule ], declarations: [