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 { GraphNode, SnapGrid, Draggable, NodeDimensionUpdate } from '../../types'
|
||||
import { NodeId } from '../../context'
|
||||
import { getDimensions, getHandleBounds } from '~/utils'
|
||||
import { getDimensions, getHandleBounds } from '../../utils'
|
||||
|
||||
interface NodeWrapperProps {
|
||||
node: GraphNode
|
||||
|
||||
Reference in New Issue
Block a user