chore(components): improve imports

This commit is contained in:
Benjamin Canac
2024-03-29 16:59:24 +01:00
parent 10b56bb16c
commit b471547eb7
16 changed files with 29 additions and 40 deletions

View File

@@ -1,6 +1,6 @@
import { computed } from 'vue'
import { useAppConfig } from '#app'
import type { IconProps } from '#ui/components/Icon.vue'
import { useAppConfig } from '#imports'
import type { IconProps } from '#ui/types'
export interface UseComponentIconsProps {
icon?: IconProps['name']