diff --git a/libs/user-crypto-management/src/user-key-rotation.service.spec.ts b/libs/user-crypto-management/src/user-key-rotation.service.spec.ts index 70c19b8025d..5a02dbe8627 100644 --- a/libs/user-crypto-management/src/user-key-rotation.service.spec.ts +++ b/libs/user-crypto-management/src/user-key-rotation.service.spec.ts @@ -3,6 +3,11 @@ import { BehaviorSubject, of } from "rxjs"; import { SdkService } from "@bitwarden/common/platform/abstractions/sdk/sdk.service"; import { DialogService } from "@bitwarden/components"; +import { + AccountRecoveryTrustComponent, + EmergencyAccessTrustComponent, + KeyRotationTrustInfoComponent, +} from "@bitwarden/key-management-ui"; import { LogService } from "@bitwarden/logging"; import { UserId } from "@bitwarden/user-core"; @@ -48,11 +53,6 @@ jest.mock("@bitwarden/key-management-ui", () => ({ }, })); -import { - AccountRecoveryTrustComponent, - EmergencyAccessTrustComponent, - KeyRotationTrustInfoComponent, -} from "@bitwarden/key-management-ui"; describe("DefaultUserKeyRotationService", () => { let service: DefaultUserKeyRotationService;