chore(state): use correct file for types

This commit is contained in:
moklick
2023-01-26 11:03:45 +01:00
parent b80efb7dd3
commit 484dba7bdf
+1 -1
View File
@@ -19,8 +19,8 @@ import type {
NodeDragItem,
UnselectNodesAndEdgesParams,
NodeChange,
XYPosition,
} from '../types';
import { XYPosition } from 'react-flow-renderer';
const createRFStore = () =>
createStore<ReactFlowState>((set, get) => ({