chore(MeterGroup): unused import

This commit is contained in:
Benjamin Canac
2023-10-27 22:45:38 +02:00
parent a0ffd3e334
commit 327c7769da

View File

@@ -1,6 +1,6 @@
import { h, cloneVNode, computed, toRef, defineComponent } from 'vue'
import type { ComputedRef, VNode, SlotsType, PropType } from 'vue'
import { twMerge, twJoin } from 'tailwind-merge'
import { twJoin } from 'tailwind-merge'
import UIcon from './Icon.vue'
import Meter from './Meter.vue'
import { useUI } from '../../composables/useUI'