import React from 'react'; import { Handle, Position } from '@xyflow/react'; export const CustomNode = ({ data }) => { return ( <>
{data.label}
); };