1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 06:43:35 +00:00
Files
browser/libs/state/src/index.ts
Justin Baur 939fd402c3 [PM-24677] Slim StateService down so it can be moved to state lib (#16021)
* Slim StateService down so it can be moved to state lib

* Fix accidental import changes

* Add `switchAccount` assertion

* Needs to use mock
2025-08-18 12:37:25 -04:00

6 lines
153 B
TypeScript

// Root barrel for @bitwarden/state
export * from "./core";
export * from "./state-migrations";
export * from "./types/state";
export * from "./legacy";