diff options
Diffstat (limited to 'client/src/app/app.module.ts')
-rw-r--r-- | client/src/app/app.module.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/app.module.ts b/client/src/app/app.module.ts index 3f874856d..98dec4244 100644 --- a/client/src/app/app.module.ts +++ b/client/src/app/app.module.ts | |||
@@ -11,7 +11,7 @@ import { CoreModule } from './core' | |||
11 | import { EmptyComponent } from './empty.component' | 11 | import { EmptyComponent } from './empty.component' |
12 | import { HeaderComponent, SearchTypeaheadComponent, SuggestionComponent } from './header' | 12 | import { HeaderComponent, SearchTypeaheadComponent, SuggestionComponent } from './header' |
13 | import { HighlightPipe } from './header/highlight.pipe' | 13 | import { HighlightPipe } from './header/highlight.pipe' |
14 | import { AvatarNotificationComponent, LanguageChooserComponent, MenuComponent } from './menu' | 14 | import { NotificationComponent, LanguageChooserComponent, MenuComponent } from './menu' |
15 | import { ConfirmComponent } from './modal/confirm.component' | 15 | import { ConfirmComponent } from './modal/confirm.component' |
16 | import { CustomModalComponent } from './modal/custom-modal.component' | 16 | import { CustomModalComponent } from './modal/custom-modal.component' |
17 | import { InstanceConfigWarningModalComponent } from './modal/instance-config-warning-modal.component' | 17 | import { InstanceConfigWarningModalComponent } from './modal/instance-config-warning-modal.component' |
@@ -35,7 +35,7 @@ registerLocaleData(localeOc, 'oc') | |||
35 | MenuComponent, | 35 | MenuComponent, |
36 | LanguageChooserComponent, | 36 | LanguageChooserComponent, |
37 | QuickSettingsModalComponent, | 37 | QuickSettingsModalComponent, |
38 | AvatarNotificationComponent, | 38 | NotificationComponent, |
39 | HeaderComponent, | 39 | HeaderComponent, |
40 | SearchTypeaheadComponent, | 40 | SearchTypeaheadComponent, |
41 | SuggestionComponent, | 41 | SuggestionComponent, |