diff options
Diffstat (limited to 'client/src/app/+my-account')
-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 3df48d0aa..050cd4b34 100644 --- a/client/src/app/+my-account/my-account.module.ts +++ b/client/src/app/+my-account/my-account.module.ts | |||
@@ -23,6 +23,7 @@ import { MyAccountNotificationPreferencesComponent } from './my-account-settings | |||
23 | import { MyAccountProfileComponent } from './my-account-settings/my-account-profile/my-account-profile.component' | 23 | import { MyAccountProfileComponent } from './my-account-settings/my-account-profile/my-account-profile.component' |
24 | import { MyAccountSettingsComponent } from './my-account-settings/my-account-settings.component' | 24 | import { MyAccountSettingsComponent } from './my-account-settings/my-account-settings.component' |
25 | import { MyAccountComponent } from './my-account.component' | 25 | import { MyAccountComponent } from './my-account.component' |
26 | import { SharedAccountAvatarModule } from '../shared/shared-account-avatar/shared-account-avatar.module' | ||
26 | 27 | ||
27 | @NgModule({ | 28 | @NgModule({ |
28 | imports: [ | 29 | imports: [ |
@@ -39,6 +40,7 @@ import { MyAccountComponent } from './my-account.component' | |||
39 | SharedGlobalIconModule, | 40 | SharedGlobalIconModule, |
40 | SharedAbuseListModule, | 41 | SharedAbuseListModule, |
41 | SharedShareModal, | 42 | SharedShareModal, |
43 | SharedAccountAvatarModule, | ||
42 | SharedActorImageModule | 44 | SharedActorImageModule |
43 | ], | 45 | ], |
44 | 46 | ||