mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-23 08:20:39 +01:00
fix(module): use relative imports to components / composables
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user