X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Faccount%2Faccount.module.ts;h=f6c141ae6ae4f4590c566b1ef84989e12f1a2838;hb=383bfc8356d444cbed1dab7e5c1b3bb16becfdfd;hp=75f2ee6f9b33d8ac7ecf230073d7306e7327fc48;hpb=e2a2d6c86c7ca39074fdff3b545947d1d58dc008;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/account/account.module.ts b/client/src/app/account/account.module.ts index 75f2ee6f9..f6c141ae6 100644 --- a/client/src/app/account/account.module.ts +++ b/client/src/app/account/account.module.ts @@ -2,6 +2,8 @@ import { NgModule } from '@angular/core'; import { AccountRoutingModule } from './account-routing.module'; import { AccountComponent } from './account.component'; +import { AccountChangePasswordComponent } from './account-change-password'; +import { AccountDetailsComponent } from './account-details'; import { AccountService } from './account.service'; import { SharedModule } from '../shared'; @@ -12,7 +14,9 @@ import { SharedModule } from '../shared'; ], declarations: [ - AccountComponent + AccountComponent, + AccountChangePasswordComponent, + AccountDetailsComponent ], exports: [