aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core/routing/server-config-resolver.service.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/core/routing/server-config-resolver.service.ts')
-rw-r--r--client/src/app/core/routing/server-config-resolver.service.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/core/routing/server-config-resolver.service.ts b/client/src/app/core/routing/server-config-resolver.service.ts
index 3b7ed99bf..0ce2023a0 100644
--- a/client/src/app/core/routing/server-config-resolver.service.ts
+++ b/client/src/app/core/routing/server-config-resolver.service.ts
@@ -1,6 +1,6 @@
1import { Injectable } from '@angular/core' 1import { Injectable } from '@angular/core'
2import { Resolve } from '@angular/router' 2import { Resolve } from '@angular/router'
3import { ServerService } from '@app/core/server' 3import { ServerService } from '../server'
4import { ServerConfig } from '@shared/models' 4import { ServerConfig } from '@shared/models'
5 5
6@Injectable() 6@Injectable()