1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-31 08:43:54 +00:00

PM-29919 resolved unit test issue

This commit is contained in:
Ben McFerren
2026-01-12 22:20:28 -05:00
parent 2a71f96ec8
commit e7bacd5f8f

View File

@@ -10,8 +10,8 @@ import { BillingAccountProfileStateService } from "@bitwarden/common/billing/abs
import { ConfigService } from "@bitwarden/common/platform/abstractions/config/config.service";
import { EnvironmentService } from "@bitwarden/common/platform/abstractions/environment.service";
import { I18nService } from "@bitwarden/common/platform/abstractions/i18n.service";
import { SendType } from "@bitwarden/common/tools/send/enums/send-type";
import { SendApiService } from "@bitwarden/common/tools/send/services/send-api.service.abstraction";
import { SendType } from "@bitwarden/common/tools/send/types/send-type";
import { DialogService, ToastService } from "@bitwarden/components";
import { CredentialGeneratorService } from "@bitwarden/generator-core";