1 import { NgModule } from '@angular/core'
2 import { SharedModule } from '../shared'
3 import { AccountsRoutingModule } from './accounts-routing.module'
4 import { AccountsComponent } from './accounts.component'
5 import { AccountVideosComponent } from './account-videos/account-videos.component'
6 import { AccountAboutComponent } from './account-about/account-about.component'
7 import { AccountVideoChannelsComponent } from './account-video-channels/account-video-channels.component'
11 AccountsRoutingModule,
17 AccountVideosComponent,
18 AccountVideoChannelsComponent,
28 export class AccountsModule { }