1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 09:43:23 +00:00

Add CoreModule (#3149)

This commit is contained in:
Oscar Hinton
2022-07-26 19:34:45 +02:00
committed by GitHub
parent 2011131bb2
commit 797938881e
34 changed files with 59 additions and 44 deletions

View File

@@ -0,0 +1,5 @@
export * from "./core.module";
export * from "./event.service";
export * from "./policy-list.service";
export * from "./router.service";
export * from "./state/state.service";