refactor(utils): use utils from system package

This commit is contained in:
moklick
2024-01-15 17:44:29 +01:00
parent e23cf8256a
commit f32a92ecca
5 changed files with 18 additions and 11 deletions
@@ -12,6 +12,7 @@ import {
XYHandle,
getHostForElement,
isMouseEvent,
addEdge,
type HandleProps,
type Connection,
type HandleType,
@@ -19,7 +20,6 @@ import {
import { useStore, useStoreApi } from '../../hooks/useStore';
import { useNodeId } from '../../contexts/NodeIdContext';
import { addEdge } from '../../utils/';
import { type ReactFlowState } from '../../types';
export type HandleComponentProps = HandleProps & Omit<HTMLAttributes<HTMLDivElement>, 'id'>;