We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7db7d1e commit 2173ae6Copy full SHA for 2173ae6
src/App.jsx
@@ -8,7 +8,8 @@ import {
8
useReactFlow,
9
Panel,
10
} from "reactflow";
11
-import JsonVisNode from "./Custom-Nodes/jsonVisNode";
+import JsonVisNode from "./Custom-Nodes/JsonVisNode";
12
+import JsonVisEdge from "./Custom Edges/JsonVisEdge";
13
14
// we define the nodeTypes outside of the component to prevent re-renderings
15
// you could also use useMemo inside the component
@@ -30,7 +31,7 @@ import convertJsonToTree from "./utils/convertJsonToTree";
30
31
import convertTreeToNodes from "./utils/convertTreeToNodes";
32
33
import "reactflow/dist/style.css";
-import JsonVisEdge from "./Custom Edges/JsonVisEdge";
34
+
35
36
/**
37
* Select which variable or func that will get used from store
0 commit comments