aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core/core.module.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/core/core.module.ts')
-rw-r--r--client/src/app/core/core.module.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/app/core/core.module.ts b/client/src/app/core/core.module.ts
index 30ac10119..d4917f902 100644
--- a/client/src/app/core/core.module.ts
+++ b/client/src/app/core/core.module.ts
@@ -14,6 +14,7 @@ import { ConfirmComponent, ConfirmService } from './confirm'
14import { throwIfAlreadyLoaded } from './module-import-guard' 14import { throwIfAlreadyLoaded } from './module-import-guard'
15import { LoginGuard, RedirectService, UserRightGuard } from './routing' 15import { LoginGuard, RedirectService, UserRightGuard } from './routing'
16import { ServerService } from './server' 16import { ServerService } from './server'
17import { ThemeService } from './theme'
17 18
18@NgModule({ 19@NgModule({
19 imports: [ 20 imports: [
@@ -45,6 +46,7 @@ import { ServerService } from './server'
45 AuthService, 46 AuthService,
46 ConfirmService, 47 ConfirmService,
47 ServerService, 48 ServerService,
49 ThemeService,
48 LoginGuard, 50 LoginGuard,
49 UserRightGuard, 51 UserRightGuard,
50 RedirectService 52 RedirectService