chore: add exports
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
export { layoutManager } from './stores';
|
||||
export type { LayoutMode } from './stores';
|
||||
@@ -0,0 +1,2 @@
|
||||
export { layoutManager } from './layoutStore/layoutStore.svelte';
|
||||
export type { LayoutMode } from './layoutStore/layoutStore.svelte';
|
||||
Reference in New Issue
Block a user