aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared/src/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/shared/src/index.ts')
-rw-r--r--packages/shared/src/index.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/shared/src/index.ts b/packages/shared/src/index.ts
index 046d28d..713984e 100644
--- a/packages/shared/src/index.ts
+++ b/packages/shared/src/index.ts
@@ -35,7 +35,7 @@ export {
35} from './schemas'; 35} from './schemas';
36 36
37export type { Config, ConfigSnapshotIn, ConfigSnapshotOut } from './stores/Config'; 37export type { Config, ConfigSnapshotIn, ConfigSnapshotOut } from './stores/Config';
38export { config, defaultConfig } from './stores/Config'; 38export { config } from './stores/Config';
39 39
40export type { 40export type {
41 SharedStore, 41 SharedStore,
@@ -43,4 +43,4 @@ export type {
43 SharedStoreSnapshotIn, 43 SharedStoreSnapshotIn,
44 SharedStoreSnapshotOut, 44 SharedStoreSnapshotOut,
45} from './stores/SharedStore'; 45} from './stores/SharedStore';
46export { emptySharedStore, sharedStore } from './stores/SharedStore'; 46export { sharedStore } from './stores/SharedStore';