fix(components): use relative imports

This commit is contained in:
Benjamin Canac
2024-07-25 12:47:33 +02:00
parent 4614aca70e
commit ea721a3705
22 changed files with 78 additions and 21 deletions

View File

@@ -34,7 +34,7 @@ import { computed, toRef, defineComponent } from 'vue'
import type { PropType } from 'vue'
import { Switch as HSwitch, provideUseId } from '@headlessui/vue'
import { twMerge, twJoin } from 'tailwind-merge'
import { UIcon } from '#components'
import UIcon from '../elements/Icon.vue'
import { useUI } from '../../composables/useUI'
import { useFormGroup } from '../../composables/useFormGroup'
import { mergeConfig } from '../../utils'