chore(svelte): cleanup

This commit is contained in:
moklick
2023-02-22 11:07:16 +01:00
parent a0bdd9574e
commit fb8d0d677e
5 changed files with 8 additions and 9 deletions
@@ -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} />