diff options
Diffstat (limited to 'client/src/app/shared/shared.module.ts')
-rw-r--r-- | client/src/app/shared/shared.module.ts | 7 |
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' | |||
10 | import { FormsModule, ReactiveFormsModule } from '@angular/forms' | 10 | import { FormsModule, ReactiveFormsModule } from '@angular/forms' |
11 | import { RouterModule } from '@angular/router' | 11 | import { RouterModule } from '@angular/router' |
12 | import { BatchDomainsValidatorsService } from '@app/+admin/config/shared/batch-domains-validators.service' | 12 | import { BatchDomainsValidatorsService } from '@app/+admin/config/shared/batch-domains-validators.service' |
13 | import { BatchDomainsModalComponent } from '@app/+admin/config/shared/batch-domains-modal.component' | ||
13 | import { MyAccountInterfaceSettingsComponent } from '@app/+my-account/my-account-settings/my-account-interface' | 14 | import { MyAccountInterfaceSettingsComponent } from '@app/+my-account/my-account-settings/my-account-interface' |
14 | import { MyAccountVideoSettingsComponent } from '@app/+my-account/my-account-settings/my-account-video-settings' | 15 | import { MyAccountVideoSettingsComponent } from '@app/+my-account/my-account-settings/my-account-video-settings' |
15 | import { ActorAvatarInfoComponent } from '@app/+my-account/shared/actor-avatar-info.component' | 16 | import { 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: [ |