chore(examples): only use bundle

This commit is contained in:
moklick
2022-08-09 18:55:32 +02:00
parent affae72f7e
commit 0f835a2961
48 changed files with 194 additions and 513 deletions
+4 -4
View File
@@ -10,10 +10,10 @@ import {
addEdge,
applyEdgeChanges,
EdgeChange,
} from '@react-flow/core';
import { Controls } from '@react-flow/controls';
import { Background } from '@react-flow/background';
import { MiniMap } from '@react-flow/minimap';
Controls,
Background,
MiniMap,
} from '@react-flow/bundle';
import { getNodesAndEdges } from './utils';