1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 00:33:44 +00:00

[PM-18984] Vault Nudges Service (#13970)

* build vault nudge service for upcoming onboarding nudges
This commit is contained in:
Jason Ng
2025-04-01 13:38:11 -04:00
committed by GitHub
parent a3c9a42d13
commit 3003d129c9
7 changed files with 257 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ export * from "./components/carousel";
export * as VaultIcons from "./icons";
export * from "./notifications";
export * from "./services/vault-nudges.service";
export { DefaultSshImportPromptService } from "./services/default-ssh-import-prompt.service";
export { SshImportPromptService } from "./services/ssh-import-prompt.service";