refactor(svelte): cleanup components
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
import { getRectOfNodes } from '@reactflow/utils';
|
||||
|
||||
import { useStore } from '$lib/store';
|
||||
import Selection from '$lib/components/Selection/index.svelte';
|
||||
import { Selection } from '$lib/components/Selection';
|
||||
import drag from '$lib/actions/drag';
|
||||
|
||||
const { selectionRectMode, nodes, nodeOrigin, transform, updateNodePositions } = useStore();
|
||||
@@ -0,0 +1 @@
|
||||
export { default as NodeSelection } from './NodeSelection.svelte';
|
||||
Reference in New Issue
Block a user