1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-09 05:57:40 +02:00
bitwarden-browser/apps/web/src/app/core/index.ts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
137 B
TypeScript
Raw Normal View History

export * from "./core.module";
2022-07-26 19:34:45 +02:00
export * from "./event.service";
export * from "./router.service";
export * from "./state/state.service";