mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 06:43:35 +00:00
* Slim StateService down so it can be moved to state lib * Fix accidental import changes * Add `switchAccount` assertion * Needs to use mock
6 lines
153 B
TypeScript
6 lines
153 B
TypeScript
// Root barrel for @bitwarden/state
|
|
export * from "./core";
|
|
export * from "./state-migrations";
|
|
export * from "./types/state";
|
|
export * from "./legacy";
|