From b7aa1079d46b0bf389dceace599c48c55ddb8dc6 Mon Sep 17 00:00:00 2001 From: dtoro Date: Fri, 6 Mar 2026 23:57:33 +0100 Subject: [PATCH] fix --- src/App.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 0d52eb2..3bf7777 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,6 +1,7 @@ import React from 'react' import { ReactFlow, + ReactFlowProvider, Controls, Background, MiniMap, @@ -156,7 +157,8 @@ export default function App() {
- + +