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

Fix lint errors from merge (#13122)

This commit is contained in:
Justin Baur
2025-01-29 10:04:15 -05:00
committed by GitHub
parent fe08980a89
commit 320a459e38
3 changed files with 3 additions and 0 deletions

View File

@@ -109,6 +109,7 @@ import { Account } from "@bitwarden/common/platform/models/domain/account";
import { GlobalState } from "@bitwarden/common/platform/models/domain/global-state";
import { SymmetricCryptoKey } from "@bitwarden/common/platform/models/domain/symmetric-crypto-key";
import { NotificationsService } from "@bitwarden/common/platform/notifications";
// eslint-disable-next-line no-restricted-imports -- Needed for service creation
import {
DefaultNotificationsService,
WorkerWebPushConnectionService,