fix(core): remove ts-transform-paths and use relative paths
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { defineComponent, h } from 'vue'
|
||||
import type { StepEdgeProps } from '../../types'
|
||||
import SmoothStepEdge from './SmoothStepEdge'
|
||||
import type { StepEdgeProps } from '~/types'
|
||||
|
||||
const StepEdge = defineComponent<StepEdgeProps>({
|
||||
name: 'StepEdge',
|
||||
|
||||
Reference in New Issue
Block a user