refactor(svelte): cleanup components
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
<script lang="ts">
|
||||
import { useStore } from '$lib/store';
|
||||
import Selection from '$lib/components/Selection/index.svelte';
|
||||
import { Selection } from '$lib/components/Selection';
|
||||
|
||||
const { selectionRect, selectionRectMode } = useStore();
|
||||
</script>
|
||||
@@ -0,0 +1 @@
|
||||
export { default as UserSelection } from './UserSelection.svelte';
|
||||
Reference in New Issue
Block a user