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