diff --git a/src/GraphView/index.js b/src/GraphView/index.js index 5db21b83..fb785697 100644 --- a/src/GraphView/index.js +++ b/src/GraphView/index.js @@ -6,7 +6,7 @@ import ReactSizeMe from 'react-sizeme'; import { GraphContext } from '../GraphContext'; import NodeRenderer from '../NodeRenderer'; import EdgeRenderer from '../EdgeRenderer'; -import Selection from '../Selection'; +import UserSelection from '../UserSelection'; import { updateTransform, updateSize, initD3, fitView } from '../state/actions'; import { useKeyPress } from '../hooks'; @@ -74,7 +74,7 @@ const GraphView = (props) => {