1
0
mirror of https://github.com/bitwarden/browser synced 2026-03-01 11:01:17 +00:00

feat(extension-notification-demo): Fixed more nits.

This commit is contained in:
Patrick Pimentel
2025-04-17 13:48:09 -04:00
parent 538450f874
commit 7fd3d05598
7 changed files with 7 additions and 8 deletions

View File

@@ -173,7 +173,7 @@ import { SyncService } from "@bitwarden/common/platform/sync";
// eslint-disable-next-line no-restricted-imports -- Needed for service creation
import { DefaultSyncService } from "@bitwarden/common/platform/sync/internal";
import { BrowserSystemNotificationService } from "@bitwarden/common/platform/system-notifications/browser-system-notification.service";
import { SystemNotificationServiceAbstraction } from "@bitwarden/common/platform/system-notifications/system-notification-service.abstraction";
import { SystemNotificationServiceAbstraction } from "@bitwarden/common/platform/system-notifications/system-notification-service";
import { DefaultThemeStateService } from "@bitwarden/common/platform/theming/theme-state.service";
import { ApiService } from "@bitwarden/common/services/api.service";
import { AuditService } from "@bitwarden/common/services/audit.service";