aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared.module.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/shared.module.ts')
-rw-r--r--client/src/app/shared/shared.module.ts7
1 files changed, 5 insertions, 2 deletions
diff --git a/client/src/app/shared/shared.module.ts b/client/src/app/shared/shared.module.ts
index 2035097d7..98fab9e16 100644
--- a/client/src/app/shared/shared.module.ts
+++ b/client/src/app/shared/shared.module.ts
@@ -10,6 +10,7 @@ import { NgModule } from '@angular/core'
10import { FormsModule, ReactiveFormsModule } from '@angular/forms' 10import { FormsModule, ReactiveFormsModule } from '@angular/forms'
11import { RouterModule } from '@angular/router' 11import { RouterModule } from '@angular/router'
12import { BatchDomainsValidatorsService } from '@app/+admin/config/shared/batch-domains-validators.service' 12import { BatchDomainsValidatorsService } from '@app/+admin/config/shared/batch-domains-validators.service'
13import { BatchDomainsModalComponent } from '@app/+admin/config/shared/batch-domains-modal.component'
13import { MyAccountInterfaceSettingsComponent } from '@app/+my-account/my-account-settings/my-account-interface' 14import { MyAccountInterfaceSettingsComponent } from '@app/+my-account/my-account-settings/my-account-interface'
14import { MyAccountVideoSettingsComponent } from '@app/+my-account/my-account-settings/my-account-video-settings' 15import { MyAccountVideoSettingsComponent } from '@app/+my-account/my-account-settings/my-account-video-settings'
15import { ActorAvatarInfoComponent } from '@app/+my-account/shared/actor-avatar-info.component' 16import { ActorAvatarInfoComponent } from '@app/+my-account/shared/actor-avatar-info.component'
@@ -192,7 +193,8 @@ import { VideoService } from './video/video.service'
192 193
193 MyAccountVideoSettingsComponent, 194 MyAccountVideoSettingsComponent,
194 MyAccountInterfaceSettingsComponent, 195 MyAccountInterfaceSettingsComponent,
195 ActorAvatarInfoComponent 196 ActorAvatarInfoComponent,
197 BatchDomainsModalComponent
196 ], 198 ],
197 199
198 exports: [ 200 exports: [
@@ -274,7 +276,8 @@ import { VideoService } from './video/video.service'
274 276
275 MyAccountVideoSettingsComponent, 277 MyAccountVideoSettingsComponent,
276 MyAccountInterfaceSettingsComponent, 278 MyAccountInterfaceSettingsComponent,
277 ActorAvatarInfoComponent 279 ActorAvatarInfoComponent,
280 BatchDomainsModalComponent
278 ], 281 ],
279 282
280 providers: [ 283 providers: [