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';