bug fix: fixes post rebase.

This commit is contained in:
Jack Fishwick
2022-11-22 11:05:48 +00:00
parent 5a192e0068
commit 35bc158ade
2 changed files with 10 additions and 1 deletions
@@ -6,7 +6,7 @@ import ReactFlow, {
Edge,
useReactFlow,
useKeyPress,
} from 'react-flow-renderer';
} from 'reactflow';
const MULTI_SELECT_KEY = ['Meta', 'Shift'];