diff options
Diffstat (limited to 'client/src/app/app.module.ts')
-rw-r--r-- | client/src/app/app.module.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/client/src/app/app.module.ts b/client/src/app/app.module.ts index e61346dac..89332ec5f 100644 --- a/client/src/app/app.module.ts +++ b/client/src/app/app.module.ts | |||
@@ -8,7 +8,7 @@ import 'focus-visible' | |||
8 | import { AppRoutingModule } from './app-routing.module' | 8 | import { AppRoutingModule } from './app-routing.module' |
9 | import { AppComponent } from './app.component' | 9 | import { AppComponent } from './app.component' |
10 | import { CoreModule } from './core' | 10 | import { CoreModule } from './core' |
11 | import { HeaderComponent, SearchTypeaheadComponent, SuggestionsComponent, SuggestionComponent } from './header' | 11 | import { HeaderComponent, SearchTypeaheadComponent, SuggestionComponent } from './header' |
12 | import { LoginModule } from './login' | 12 | import { LoginModule } from './login' |
13 | import { AvatarNotificationComponent, LanguageChooserComponent, MenuComponent } from './menu' | 13 | import { AvatarNotificationComponent, LanguageChooserComponent, MenuComponent } from './menu' |
14 | import { SharedModule } from './shared' | 14 | import { SharedModule } from './shared' |
@@ -35,7 +35,6 @@ registerLocaleData(localeOc, 'oc') | |||
35 | AvatarNotificationComponent, | 35 | AvatarNotificationComponent, |
36 | HeaderComponent, | 36 | HeaderComponent, |
37 | SearchTypeaheadComponent, | 37 | SearchTypeaheadComponent, |
38 | SuggestionsComponent, | ||
39 | SuggestionComponent, | 38 | SuggestionComponent, |
40 | 39 | ||
41 | CustomModalComponent, | 40 | CustomModalComponent, |