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