import React, { memo } from 'react'; import { Handle, Position } from 'reactflow'; function CustomNode({ data }) { return (