fix(module): use relative imports to components / composables

This commit is contained in:
Benjamin Canac
2024-07-25 17:00:57 +02:00
parent 8bac288687
commit 42f4f8d337
35 changed files with 116 additions and 44 deletions

View File

@@ -30,7 +30,7 @@ export interface KbdSlots {
<script setup lang="ts">
import { Primitive } from 'radix-vue'
import { useKbd } from '#imports'
import { useKbd } from '../composables/useKbd'
const props = withDefaults(defineProps<KbdProps>(), {
as: 'kbd'