chore: add exports

This commit is contained in:
Ilia Mashkov
2026-02-27 18:41:20 +03:00
parent 887ca6e5e1
commit 2046394906
2 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
export { layoutManager } from './stores';
export type { LayoutMode } from './stores';

View File

@@ -0,0 +1,2 @@
export { layoutManager } from './layoutStore/layoutStore.svelte';
export type { LayoutMode } from './layoutStore/layoutStore.svelte';