1 import { NgModule } from '@angular/core'
2 import { SharedFormModule } from '@app/shared/shared-forms'
3 import { SharedGlobalIconModule } from '@app/shared/shared-icons'
4 import { SharedMainModule } from '@app/shared/shared-main'
5 import { SharedModerationModule } from '@app/shared/shared-moderation'
6 import { SharedUserSubscriptionModule } from '@app/shared/shared-user-subscription'
7 import { SharedVideoMiniatureModule } from '@app/shared/shared-video-miniature'
8 import { SharedActorImageModule } from '../shared/shared-actor-image/shared-actor-image.module'
9 import { AccountVideoChannelsComponent } from './account-video-channels/account-video-channels.component'
10 import { AccountVideosComponent } from './account-videos/account-videos.component'
11 import { AccountsRoutingModule } from './accounts-routing.module'
12 import { AccountsComponent } from './accounts.component'
16 AccountsRoutingModule,
20 SharedUserSubscriptionModule,
21 SharedModerationModule,
22 SharedVideoMiniatureModule,
23 SharedGlobalIconModule,
24 SharedActorImageModule
29 AccountVideosComponent,
30 AccountVideoChannelsComponent
39 export class AccountsModule { }