import React from 'react'; import { Handle, Position } from 'reactflow'; export function ModelNode({ data }) { return ( <>
{data.label}
); }