From 649c1ed37ac74765fb7572fa3f703c94827042f4 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Tue, 4 Jan 2022 22:16:09 +0530 Subject: New configurations based on review comments (WIP) Signed-off-by: Vijay A --- packages/shared/src/index.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'packages/shared/src/index.ts') diff --git a/packages/shared/src/index.ts b/packages/shared/src/index.ts index f0ae5dc..2f7146c 100644 --- a/packages/shared/src/index.ts +++ b/packages/shared/src/index.ts @@ -23,26 +23,26 @@ export type { SophieRenderer } from './contextBridge/SophieRenderer'; export { MainToRendererIpcMessage, RendererToMainIpcMessage, -} from './ipc.js'; +} from './ipc'; export type { Action, BrowserViewBounds, ThemeSource, -} from './schemas.js'; +} from './schemas'; export { action, browserViewBounds, themeSource, -} from './schemas.js'; +} from './schemas'; -export type { Config, ConfigSnapshotIn, ConfigSnapshotOut } from './stores/Config.js'; -export { config } from './stores/Config.js'; +export type { Config, ConfigSnapshotIn, ConfigSnapshotOut } from './stores/Config'; +export { config } from './stores/Config'; export type { SharedStore, SharedStoreListener, SharedStoreSnapshotIn, SharedStoreSnapshotOut, -} from './stores/SharedStore.js'; -export { sharedStore } from './stores/SharedStore.js'; +} from './stores/SharedStore'; +export { sharedStore } from './stores/SharedStore'; -- cgit v1.2.3-54-g00ecf