aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared/src/index.ts
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2021-12-26 21:12:08 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2021-12-26 21:15:53 +0100
commita2651dff66faf98dc1a6f924227af454eaa2311d (patch)
tree7f15c402d449b934d5a2b7858aa16523e9fc121e /packages/shared/src/index.ts
parentrefactor: Rename RootStore to RendererStore (diff)
downloadsophie-a2651dff66faf98dc1a6f924227af454eaa2311d.tar.gz
sophie-a2651dff66faf98dc1a6f924227af454eaa2311d.tar.zst
sophie-a2651dff66faf98dc1a6f924227af454eaa2311d.zip
refactor: Less boilerplate around SophieRenderer
Diffstat (limited to 'packages/shared/src/index.ts')
-rw-r--r--packages/shared/src/index.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/shared/src/index.ts b/packages/shared/src/index.ts
index 713984e..2f7146c 100644
--- a/packages/shared/src/index.ts
+++ b/packages/shared/src/index.ts
@@ -26,10 +26,12 @@ export {
26} from './ipc'; 26} from './ipc';
27 27
28export type { 28export type {
29 Action,
29 BrowserViewBounds, 30 BrowserViewBounds,
30 ThemeSource, 31 ThemeSource,
31} from './schemas'; 32} from './schemas';
32export { 33export {
34 action,
33 browserViewBounds, 35 browserViewBounds,
34 themeSource, 36 themeSource,
35} from './schemas'; 37} from './schemas';