chore: cleanup deps

This commit is contained in:
Braks
2022-05-22 22:46:47 +02:00
parent 66312b5d4b
commit 0e00a41d44
5 changed files with 166 additions and 186 deletions
@@ -1,6 +1,6 @@
<script lang="ts" setup>
import type { CSSProperties, Component, DefineComponent } from 'vue'
import type { EdgeProps, EdgeTextProps, GraphNode } from '@braks/vue-flow'
import type { EdgeTextProps, GraphNode } from '@braks/vue-flow'
import { BezierEdge, EdgeText, Position, getEdgeCenter } from '@braks/vue-flow'
import { createGrid, gridRatio } from './createGrid'
import { drawSmoothLinePath } from './drawSvgPath'