diff options
Diffstat (limited to 'client/src/app/app.module.ts')
-rw-r--r-- | client/src/app/app.module.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/app/app.module.ts b/client/src/app/app.module.ts index 9e220a383..55e929e78 100644 --- a/client/src/app/app.module.ts +++ b/client/src/app/app.module.ts | |||
@@ -19,6 +19,7 @@ import { WelcomeModalComponent } from '@app/modal/welcome-modal.component' | |||
19 | import { InstanceConfigWarningModalComponent } from '@app/modal/instance-config-warning-modal.component' | 19 | import { InstanceConfigWarningModalComponent } from '@app/modal/instance-config-warning-modal.component' |
20 | import { buildFileLocale, getCompleteLocale, isDefaultLocale } from '@shared/models' | 20 | import { buildFileLocale, getCompleteLocale, isDefaultLocale } from '@shared/models' |
21 | import { APP_BASE_HREF } from '@angular/common' | 21 | import { APP_BASE_HREF } from '@angular/common' |
22 | import { QuickSettingsModalComponent } from '@app/modal/quick-settings-modal.component' | ||
22 | 23 | ||
23 | export function metaFactory (serverService: ServerService): MetaLoader { | 24 | export function metaFactory (serverService: ServerService): MetaLoader { |
24 | return new MetaStaticLoader({ | 25 | return new MetaStaticLoader({ |
@@ -39,6 +40,7 @@ export function metaFactory (serverService: ServerService): MetaLoader { | |||
39 | 40 | ||
40 | MenuComponent, | 41 | MenuComponent, |
41 | LanguageChooserComponent, | 42 | LanguageChooserComponent, |
43 | QuickSettingsModalComponent, | ||
42 | AvatarNotificationComponent, | 44 | AvatarNotificationComponent, |
43 | HeaderComponent, | 45 | HeaderComponent, |
44 | SearchTypeaheadComponent, | 46 | SearchTypeaheadComponent, |