chore(svelte): cleanup imports

This commit is contained in:
moklick
2024-01-22 17:19:39 +01:00
parent e0d7dbe8a1
commit 1f454b42f6
3 changed files with 5 additions and 4 deletions
@@ -1,8 +1,8 @@
<svelte:options immutable />
<script lang="ts">
import cc from 'classcat';
import { createEventDispatcher, setContext } from 'svelte';
import cc from 'classcat';
import { getMarkerId } from '@xyflow/system';
import { useStore } from '$lib/store';