diff --git a/src/App.tsx b/src/App.tsx index c408c17..ef59ba0 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -3,19 +3,10 @@ import ReactFlow, { Background, Controls } from 'reactflow'; // we have to import the React Flow styles for it to work import 'reactflow/dist/style.css'; -const nodes = [ - { - id: '1', - position: { x: 0, y: 0 }, - data: { label: 'Hello' }, - type: 'input', - }, -]; - const Flow = () => { return ( -
- +
+