1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-09 13:10:17 +00:00

feat(extension-notification-demo): More changes.

This commit is contained in:
Patrick Pimentel
2025-04-17 13:56:24 -04:00
parent 7fd3d05598
commit 96df2fdca3
2 changed files with 3 additions and 1 deletions

View File

@@ -243,8 +243,9 @@ import { StateEventRunnerService } from "@bitwarden/common/platform/state/state-
import { SyncService } from "@bitwarden/common/platform/sync";
// eslint-disable-next-line no-restricted-imports -- Needed for DI
import { DefaultSyncService } from "@bitwarden/common/platform/sync/internal";
// eslint-disable-next-line no-restricted-imports -- Needed for DI
import { UnsupportedSystemNotificationService } from "@bitwarden/common/platform/system-notifications/internal";
import { SystemNotificationServiceAbstraction } from "@bitwarden/common/platform/system-notifications/system-notification-service";
import { UnsupportedSystemNotificationService } from "@bitwarden/common/platform/system-notifications/unsupported-system-notification.service";
import {
DefaultThemeStateService,
ThemeStateService,

View File

@@ -0,0 +1 @@
export { UnsupportedSystemNotificationService } from "./unsupported-system-notification.service";