diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/src/app/+my-account/my-account.module.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/app/+my-account/my-account.module.ts b/client/src/app/+my-account/my-account.module.ts index 9a11a89ea..8604b8b60 100644 --- a/client/src/app/+my-account/my-account.module.ts +++ b/client/src/app/+my-account/my-account.module.ts | |||
@@ -3,6 +3,7 @@ import { InputSwitchModule } from 'primeng/inputswitch' | |||
3 | import { TableModule } from 'primeng/table' | 3 | import { TableModule } from 'primeng/table' |
4 | import { DragDropModule } from '@angular/cdk/drag-drop' | 4 | import { DragDropModule } from '@angular/cdk/drag-drop' |
5 | import { NgModule } from '@angular/core' | 5 | import { NgModule } from '@angular/core' |
6 | import { SharedFormModule } from '@app/shared/shared-forms' | ||
6 | import { SharedGlobalIconModule } from '@app/shared/shared-icons' | 7 | import { SharedGlobalIconModule } from '@app/shared/shared-icons' |
7 | import { SharedMainModule } from '@app/shared/shared-main' | 8 | import { SharedMainModule } from '@app/shared/shared-main' |
8 | import { SharedModerationModule } from '@app/shared/shared-moderation' | 9 | import { SharedModerationModule } from '@app/shared/shared-moderation' |
@@ -44,6 +45,7 @@ import { TopMenuDropdownComponent } from './top-menu-dropdown.component' | |||
44 | DragDropModule, | 45 | DragDropModule, |
45 | 46 | ||
46 | SharedMainModule, | 47 | SharedMainModule, |
48 | SharedFormModule, | ||
47 | SharedModerationModule, | 49 | SharedModerationModule, |
48 | SharedVideoMiniatureModule, | 50 | SharedVideoMiniatureModule, |
49 | SharedUserSubscriptionModule, | 51 | SharedUserSubscriptionModule, |