finish initial migration (runs in runes mode)

This commit is contained in:
peterkogo
2024-11-13 17:34:05 +01:00
parent fc642e8b3d
commit 7d184ec1b6
5 changed files with 35 additions and 28 deletions
@@ -2,7 +2,7 @@
import { onDestroy } from 'svelte';
import { nodeHasDimensions } from '@xyflow/system';
import type { NodeEvents } from '$lib/types/events';
import type { NodeEvents } from '$lib/types';
import { NodeWrapper } from '$lib/components/NodeWrapper';
import { useStore } from '$lib/store';