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
@@ -1,4 +1,5 @@
import type { CSSProperties, Slots } from 'vue'
import { defineComponent, h, inject } from 'vue'
import type { MiniMapNodeProps } from './types'
import { MiniMapSlots } from './types'