chore: cleanup exports

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-04-11 20:28:02 +02:00
committed by Braks
parent 6922df9816
commit 88c59a8f02
6 changed files with 7 additions and 6 deletions
-1
View File
@@ -102,7 +102,6 @@ declare global {
const getStraightPath: typeof import('./components/Edges/utils/straight')['getStraightPath']
const getTransformForBounds: typeof import('./utils/graph')['getTransformForBounds']
const getXYZPos: typeof import('./utils/graph')['getXYZPos']
const graphPosToZoomedPos: typeof import('./utils/graph')['graphPosToZoomedPos']
const groupEdgesByZLevel: typeof import('./utils/edge')['groupEdgesByZLevel']
const h: typeof import('vue')['h']
const handleNodeClick: typeof import('./utils/node')['handleNodeClick']