aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/account/account.service.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/account/account.service.ts')
-rw-r--r--client/src/app/account/account.service.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/app/account/account.service.ts b/client/src/app/account/account.service.ts
index 355bcef74..0635c2533 100644
--- a/client/src/app/account/account.service.ts
+++ b/client/src/app/account/account.service.ts
@@ -1,6 +1,7 @@
1import { Injectable } from '@angular/core'; 1import { Injectable } from '@angular/core';
2 2
3import { AuthHttp, AuthService, RestExtractor } from '../shared'; 3import { AuthService } from '../core';
4import { AuthHttp, RestExtractor } from '../shared';
4 5
5@Injectable() 6@Injectable()
6export class AccountService { 7export class AccountService {