resolve todos

This commit is contained in:
peterkogo
2025-04-16 18:20:12 +02:00
parent 2474c8be14
commit 97c4e2b218
7 changed files with 34 additions and 29 deletions
@@ -5,8 +5,7 @@
import type { NodeProps } from '$lib/types';
let {
// TODO: do we really want this!?
data = { label: 'Node' },
data,
targetPosition = Position.Top,
sourcePosition = Position.Bottom
}: NodeProps = $props();