1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 17:23:37 +00:00

Remove deprecated index.ts (#490)

* Remove deprecated index.ts

* Update tests
This commit is contained in:
Oscar Hinton
2021-09-17 14:57:31 +02:00
committed by GitHub
parent da6fde4b15
commit 83548a6753
25 changed files with 28 additions and 138 deletions

View File

@@ -2,6 +2,7 @@ import { DeviceType } from '../enums/deviceType';
import { PolicyType } from '../enums/policyType';
import { ApiService as ApiServiceAbstraction } from '../abstractions/api.service';
import { EnvironmentService } from '../abstractions/environment.service';
import { PlatformUtilsService } from '../abstractions/platformUtils.service';
import { TokenService } from '../abstractions/token.service';
@@ -161,7 +162,6 @@ import { ChallengeResponse } from '../models/response/twoFactorWebAuthnResponse'
import { TwoFactorYubiKeyResponse } from '../models/response/twoFactorYubiKeyResponse';
import { UserKeyResponse } from '../models/response/userKeyResponse';
import { EnvironmentService } from '../abstractions';
import { IdentityCaptchaResponse } from '../models/response/identityCaptchaResponse';
import { SendAccessView } from '../models/view/sendAccessView';