Commits
Alexandre Vryghem authored and github-actions[bot] committed 27f3fc310f5
6 6 | import { Store } from '@ngrx/store'; |
7 7 | import { TranslateService } from '@ngx-translate/core'; |
8 8 | |
9 9 | import { MetadataService } from '../core/metadata/metadata.service'; |
10 10 | import { HostWindowState } from '../shared/search/host-window.reducer'; |
11 11 | import { NativeWindowRef, NativeWindowService } from '../core/services/window.service'; |
12 12 | import { AuthService } from '../core/auth/auth.service'; |
13 13 | import { CSSVariableService } from '../shared/sass-helper/css-variable.service'; |
14 14 | import { MenuService } from '../shared/menu/menu.service'; |
15 15 | import { HostWindowService } from '../shared/host-window.service'; |
16 - | import { ThemeConfig } from '../../config/theme.model'; |
16 + | import { ThemeConfig } from '../../config/theme.config'; |
17 17 | import { Angulartics2DSpace } from '../statistics/angulartics/dspace-provider'; |
18 18 | import { environment } from '../../environments/environment'; |
19 19 | import { slideSidebarPadding } from '../shared/animations/slide'; |
20 20 | import { MenuID } from '../shared/menu/menu-id.model'; |
21 21 | import { getPageInternalServerErrorRoute } from '../app-routing-paths'; |
22 22 | import { hasValueOperator } from '../shared/empty.util'; |
23 23 | |
24 24 | @Component({ |
25 25 | selector: 'ds-root', |
26 26 | templateUrl: './root.component.html', |