From cd7833ce2400c9bb9e4b49c51c326783bfb03b75 Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Fri, 31 Dec 2021 02:39:24 +0100 Subject: chore: Add import extensions preparing for ts 4.6 nodenext --- packages/main/src/stores/SharedStore.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/main/src/stores/SharedStore.ts') diff --git a/packages/main/src/stores/SharedStore.ts b/packages/main/src/stores/SharedStore.ts index e20150d..31b8551 100644 --- a/packages/main/src/stores/SharedStore.ts +++ b/packages/main/src/stores/SharedStore.ts @@ -21,7 +21,7 @@ import { Instance, types } from 'mobx-state-tree'; import { sharedStore as originalSharedStore } from '@sophie/shared'; -import { config } from './Config'; +import { config } from './Config.js'; export type { SharedStoreSnapshotIn, SharedStoreSnapshotOut } from '@sophie/shared'; -- cgit v1.2.3-54-g00ecf