import type { ConnectionLineComponent } from "@xyflow/react"; const HALF = 0.5; export const Connection: ConnectionLineComponent = ({ fromX, fromY, toX, toY, }) => ( );