chore(deps): remove unused deps
* update deps * some ts fixes
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
import { CSSProperties } from 'vue'
|
||||
import { ConnectionLineType, CustomConnectionLine, HandleElement, Node, Position } from '~/types'
|
||||
import { getBezierPath, getSmoothStepPath } from '~/components/Edges/utils'
|
||||
import { Hooks, Store } from '~/context'
|
||||
import { Store } from '~/context'
|
||||
|
||||
interface ConnectionLineProps {
|
||||
sourceNode: Node
|
||||
@@ -16,7 +16,6 @@ const props = withDefaults(defineProps<ConnectionLineProps>(), {
|
||||
connectionLineStyle: () => ({}),
|
||||
})
|
||||
|
||||
const hooks = inject(Hooks)!
|
||||
const store = inject(Store)!
|
||||
|
||||
const sourceHandle =
|
||||
|
||||
Reference in New Issue
Block a user