refactor(store): clean up

This commit is contained in:
moklick
2021-01-28 12:33:34 +01:00
parent 252552a694
commit 4d382eed57
7 changed files with 450 additions and 499 deletions
+1 -1
View File
@@ -1,5 +1,4 @@
import { Store } from 'redux';
import { ReactFlowState } from '../store';
import {
ElementId,
Node,
@@ -11,6 +10,7 @@ import {
Box,
Connection,
FlowExportObject,
ReactFlowState,
} from '../types';
export const isEdge = (element: Node | Connection | Edge): element is Edge =>