From 96c6e9c411e120557bde3be1134965bb12b160c1 Mon Sep 17 00:00:00 2001 From: richard-loafle <44828666+richard-loafle@users.noreply.github.com> Date: Thu, 16 Apr 2020 15:05:56 +0900 Subject: [PATCH] bug fixed --- src/app/services/app.service.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/services/app.service.ts b/src/app/services/app.service.ts index 2ffcb1b..8e94029 100644 --- a/src/app/services/app.service.ts +++ b/src/app/services/app.service.ts @@ -8,14 +8,12 @@ import { NativeService, NativeType, OsType } from '@ucap/native'; import { I18nService } from '@ucap/ng-i18n'; import { LogService } from '@ucap/ng-logger'; import { UCAP_NATIVE_SERVICE } from '@ucap/ng-native'; -import { SessionStorageService } from '@ucap/ng-web-storage'; import { PingProtocolService } from '@ucap/ng-protocol-ping'; import { DateService } from '@ucap/ng-ui'; import { TranslateService } from '@ucap/ng-ui-organization'; import { ProtocolService } from '@ucap/ng-protocol'; import { LoginActions } from '@ucap/ng-store-authentication'; -import { AppActions } from '@app/store/actions'; import { environment } from '@environments'; import { AppAuthenticationService } from './app-authentication.service';