chore(svelte): cleanup
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<script lang="ts">
|
||||
import { onMount, setContext, SvelteComponentTyped, type ComponentType } from 'svelte';
|
||||
import { onMount, setContext, SvelteComponentTyped } from 'svelte';
|
||||
import { type XYPosition, Position } from '@reactflow/system';
|
||||
|
||||
import drag from '$lib/actions/drag'
|
||||
|
||||
@@ -19,4 +19,3 @@
|
||||
<Handle type="target" position={targetPosition} />
|
||||
{data?.label}
|
||||
<Handle type="source" position={sourcePosition} />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user