mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
chore(components): improve imports
This commit is contained in:
@@ -35,8 +35,8 @@ export interface ButtonSlots {
|
||||
import { computed } from 'vue'
|
||||
import { useForwardProps } from 'radix-vue'
|
||||
import { reactiveOmit } from '@vueuse/core'
|
||||
import UIcon from '#ui/components/Icon.vue'
|
||||
import { useComponentIcons } from '#ui/composables/useComponentIcons'
|
||||
import { useComponentIcons } from '#imports'
|
||||
import { UIcon, ULink } from '#components'
|
||||
|
||||
const props = defineProps<ButtonProps>()
|
||||
const slots = defineSlots<ButtonSlots>()
|
||||
|
||||
Reference in New Issue
Block a user