update: import path in node wrapper
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -3,7 +3,7 @@ import { DraggableEventListener, DraggableCore } from '@braks/revue-draggable'
|
|||||||
import { useStore } from '../../composables'
|
import { useStore } from '../../composables'
|
||||||
import { GraphNode, SnapGrid, Draggable, NodeDimensionUpdate } from '../../types'
|
import { GraphNode, SnapGrid, Draggable, NodeDimensionUpdate } from '../../types'
|
||||||
import { NodeId } from '../../context'
|
import { NodeId } from '../../context'
|
||||||
import { getDimensions, getHandleBounds } from '~/utils'
|
import { getDimensions, getHandleBounds } from '../../utils'
|
||||||
|
|
||||||
interface NodeWrapperProps {
|
interface NodeWrapperProps {
|
||||||
node: GraphNode
|
node: GraphNode
|
||||||
|
|||||||
Reference in New Issue
Block a user