diff --git a/src/widgets/SampleList/model/index.ts b/src/widgets/SampleList/model/index.ts new file mode 100644 index 0000000..3209708 --- /dev/null +++ b/src/widgets/SampleList/model/index.ts @@ -0,0 +1,2 @@ +export { layoutManager } from './stores'; +export type { LayoutMode } from './stores'; diff --git a/src/widgets/SampleList/model/stores/index.ts b/src/widgets/SampleList/model/stores/index.ts new file mode 100644 index 0000000..5ff5e64 --- /dev/null +++ b/src/widgets/SampleList/model/stores/index.ts @@ -0,0 +1,2 @@ +export { layoutManager } from './layoutStore/layoutStore.svelte'; +export type { LayoutMode } from './layoutStore/layoutStore.svelte';