X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Faccount%2Faccount.module.ts;h=020199e23d8ae182bfa9f8074dd7ed341fef3fb1;hb=202f6b6c9dcc9b0aec4b0c1b15e455c22a7952a7;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..020199e23 100644 --- a/client/src/app/account/account.module.ts +++ b/client/src/app/account/account.module.ts @@ -1,9 +1,12 @@ -import { NgModule } from '@angular/core'; - -import { AccountRoutingModule } from './account-routing.module'; -import { AccountComponent } from './account.component'; -import { AccountService } from './account.service'; -import { SharedModule } from '../shared'; +import { NgModule } from '@angular/core' +import { SharedModule } from '../shared' +import { AccountRoutingModule } from './account-routing.module' +import { AccountChangePasswordComponent } from './account-settings/account-change-password/account-change-password.component' +import { AccountDetailsComponent } from './account-settings/account-details/account-details.component' +import { AccountSettingsComponent } from './account-settings/account-settings.component' +import { AccountComponent } from './account.component' +import { AccountService } from './account.service' +import { AccountVideosComponent } from './account-videos/account-videos.component' @NgModule({ imports: [ @@ -12,7 +15,11 @@ import { SharedModule } from '../shared'; ], declarations: [ - AccountComponent + AccountComponent, + AccountSettingsComponent, + AccountChangePasswordComponent, + AccountDetailsComponent, + AccountVideosComponent ], exports: [