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
@@ -1,7 +1,5 @@
import React, { MouseEvent, useCallback } from 'react';
import {
ReactFlow,
import ReactFlow, {
useReactFlow,
NodeTypes,
addEdge,
@@ -15,6 +13,7 @@ import {
useNodesState,
useEdgesState,
} from 'reactflow';
import CustomNode from './CustomNode';
const initialNodes: Node[] = [