chore(state): use correct file for types
This commit is contained in:
@@ -19,8 +19,8 @@ import type {
|
||||
NodeDragItem,
|
||||
UnselectNodesAndEdgesParams,
|
||||
NodeChange,
|
||||
XYPosition,
|
||||
} from '../types';
|
||||
import { XYPosition } from 'react-flow-renderer';
|
||||
|
||||
const createRFStore = () =>
|
||||
createStore<ReactFlowState>((set, get) => ({
|
||||
|
||||
Reference in New Issue
Block a user