mirror of
https://github.com/bitwarden/browser
synced 2026-02-07 20:24:01 +00:00
* move NudgesService to libs/angular/vault to avoid circular dependencies * remove fix for spotlight component in storybook
4 lines
271 B
TypeScript
4 lines
271 B
TypeScript
// Note: Nudge related code is exported from `libs/angular` because it is consumed by multiple
|
|
// `libs/*` packages. Exporting from the `libs/vault` package creates circular dependencies.
|
|
export { NudgesService, NudgeStatus, NudgeType } from "./services/nudges.service";
|