diff --git a/examples/react/src/examples/ReconnectEdge/CustomNode.tsx b/examples/react/src/examples/ReconnectEdge/CustomNode.tsx deleted file mode 100644 index 24e8b03c..00000000 --- a/examples/react/src/examples/ReconnectEdge/CustomNode.tsx +++ /dev/null @@ -1,14 +0,0 @@ -import { memo } from 'react'; -import { Handle, Position } from '@xyflow/react'; - -const styles = { padding: '10px', background: 'green' }; - -const CustomNode = ({ data }) => ( - <> -