import { Handle, Position } from '@xyflow/react'; import { Box } from '@mui/material'; // This node is used for adding an edge with add node button after the last flow step node function InvisibleNode() { return ( Invisible node ); } export default InvisibleNode;