Removed accidental import

This commit is contained in:
peterkogo
2024-02-19 16:51:59 +01:00
parent b15b7dbd6b
commit 86ccf6807e

View File

@@ -27,7 +27,6 @@ import type {
UpdateNodePositions,
Box,
} from '../types';
import { on } from 'events';
export type OnDrag = (event: MouseEvent, dragItems: NodeDragItem[], node: NodeBase, nodes: NodeBase[]) => void;