update: add missing property to store

Signed-off-by: bcakmakoglu <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
bcakmakoglu
2022-02-21 20:25:17 +01:00
committed by Braks
parent a3b2348ea7
commit d835e4546c
2 changed files with 4 additions and 4 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
import { CSSProperties } from 'vue'
import { ToRefs } from '@vue/reactivity'
import { CSSProperties, ToRefs } from 'vue'
import { GraphEdge, Edge } from './edge'
import { GraphNode, CoordinateExtent, Node } from './node'
import { ConnectionLineType, ConnectionMode } from './connection'