refactor(minimap): remove auto-imports

This commit is contained in:
braks
2023-05-25 20:48:26 +02:00
committed by Braks
parent 969869110a
commit bc0137bae8
3 changed files with 2 additions and 63 deletions
+1
View File
@@ -4,6 +4,7 @@ import { Panel, getBoundsofRects, getConnectedEdges, getRectOfNodes, useVueFlow
import { zoom, zoomIdentity } from 'd3-zoom'
import type { D3ZoomEvent } from 'd3-zoom'
import { pointer, select } from 'd3-selection'
import { computed, provide, ref, useAttrs, useSlots, watchEffect } from 'vue'
import type { MiniMapNodeFunc, MiniMapProps, ShapeRendering } from './types'
import MiniMapNode from './MiniMapNode'
import { MiniMapSlots } from './types'