chore(svelte): cleanup

This commit is contained in:
moklick
2023-06-05 16:10:48 +02:00
parent 8354759f57
commit 1b4f4a034e
14 changed files with 44 additions and 44 deletions
@@ -1,8 +1,7 @@
<script lang="ts">
import { getContext, createEventDispatcher } from 'svelte';
import cc from 'classcat';
import { Position, type Connection } from '@xyflow/system';
import { XYHandle, isMouseEvent } from '@xyflow/system';
import { Position, type Connection, XYHandle, isMouseEvent } from '@xyflow/system';
import { useStore } from '$lib/store';
import type { HandleComponentProps } from '$lib/types';