aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+accounts/accounts.module.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+accounts/accounts.module.ts')
-rw-r--r--client/src/app/+accounts/accounts.module.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/client/src/app/+accounts/accounts.module.ts b/client/src/app/+accounts/accounts.module.ts
index 815360341..6da65cbc1 100644
--- a/client/src/app/+accounts/accounts.module.ts
+++ b/client/src/app/+accounts/accounts.module.ts
@@ -8,6 +8,7 @@ import { SharedVideoMiniatureModule } from '@app/shared/shared-video-miniature'
8import { AccountAboutComponent } from './account-about/account-about.component' 8import { AccountAboutComponent } from './account-about/account-about.component'
9import { AccountVideoChannelsComponent } from './account-video-channels/account-video-channels.component' 9import { AccountVideoChannelsComponent } from './account-video-channels/account-video-channels.component'
10import { AccountVideosComponent } from './account-videos/account-videos.component' 10import { AccountVideosComponent } from './account-videos/account-videos.component'
11import { AccountSearchComponent } from './account-search/account-search.component'
11import { AccountsRoutingModule } from './accounts-routing.module' 12import { AccountsRoutingModule } from './accounts-routing.module'
12import { AccountsComponent } from './accounts.component' 13import { AccountsComponent } from './accounts.component'
13 14
@@ -27,7 +28,8 @@ import { AccountsComponent } from './accounts.component'
27 AccountsComponent, 28 AccountsComponent,
28 AccountVideosComponent, 29 AccountVideosComponent,
29 AccountVideoChannelsComponent, 30 AccountVideoChannelsComponent,
30 AccountAboutComponent 31 AccountAboutComponent,
32 AccountSearchComponent
31 ], 33 ],
32 34
33 exports: [ 35 exports: [