fix: import/export paths
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { Property } from '$shared/store/createFilterStore';
|
||||
import type { Property } from '$shared/lib/store/createFilterStore/createFilterStore';
|
||||
import {
|
||||
fireEvent,
|
||||
render,
|
||||
|
||||
@@ -4,4 +4,6 @@
|
||||
* Exports all shared UI components and their types
|
||||
*/
|
||||
|
||||
export { default as VirtualList } from './VirtualList.svelte';
|
||||
import VirtualList from './VirtualList/VirtualList.svelte';
|
||||
|
||||
export { VirtualList };
|
||||
|
||||
Reference in New Issue
Block a user