aboutsummaryrefslogtreecommitdiffstats
path: root/packages/main/src/stores/SharedStore.ts
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-01-04 22:16:09 +0530
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-01-09 19:51:48 +0100
commit649c1ed37ac74765fb7572fa3f703c94827042f4 (patch)
treec00d13e58cbe1df0a4645b7905bccbab3eb9ff92 /packages/main/src/stores/SharedStore.ts
parentIncorporate 'eslint' (fixes #3) (diff)
downloadsophie-649c1ed37ac74765fb7572fa3f703c94827042f4.tar.gz
sophie-649c1ed37ac74765fb7572fa3f703c94827042f4.tar.zst
sophie-649c1ed37ac74765fb7572fa3f703c94827042f4.zip
New configurations based on review comments (WIP)
Signed-off-by: Vijay A <vraravam@users.noreply.github.com>
Diffstat (limited to 'packages/main/src/stores/SharedStore.ts')
-rw-r--r--packages/main/src/stores/SharedStore.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/main/src/stores/SharedStore.ts b/packages/main/src/stores/SharedStore.ts
index 31b8551..e20150d 100644
--- a/packages/main/src/stores/SharedStore.ts
+++ b/packages/main/src/stores/SharedStore.ts
@@ -21,7 +21,7 @@
21import { Instance, types } from 'mobx-state-tree'; 21import { Instance, types } from 'mobx-state-tree';
22import { sharedStore as originalSharedStore } from '@sophie/shared'; 22import { sharedStore as originalSharedStore } from '@sophie/shared';
23 23
24import { config } from './Config.js'; 24import { config } from './Config';
25 25
26export type { SharedStoreSnapshotIn, SharedStoreSnapshotOut } from '@sophie/shared'; 26export type { SharedStoreSnapshotIn, SharedStoreSnapshotOut } from '@sophie/shared';
27 27