fix(core): remove ts-transform-paths and use relative paths
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { unref } from 'vue'
|
||||
import type { Actions, Connection, Edge, GraphEdge, GraphNode, Node, State } from '../types'
|
||||
import { ErrorCode, VueFlowError, connectionExists, getEdgeId, isEdge, isNode, parseEdge, parseNode } from '.'
|
||||
import type { Actions, Connection, Edge, GraphEdge, GraphNode, Node, State } from '~/types'
|
||||
|
||||
type NonUndefined<T> = T extends undefined ? never : T
|
||||
|
||||
|
||||
Reference in New Issue
Block a user