chore(examples): update imports

This commit is contained in:
moklick
2022-08-29 10:57:44 +02:00
parent 408590a657
commit dc7fb04ba0
35 changed files with 137 additions and 78 deletions
+4
View File
@@ -2,3 +2,7 @@ export * from '@react-flow/core';
export * from '@react-flow/minimap';
export * from '@react-flow/controls';
export * from '@react-flow/background';
import { ReactFlow } from '@react-flow/core';
export default ReactFlow;