Skip to content
This repository was archived by the owner on Sep 25, 2025. It is now read-only.

Commit c20677a

Browse files
committed
refactor: fix a typo in kbd name
fix #177
1 parent 2a01b38 commit c20677a

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

src/components/Kbd/Kbd.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<script lang="ts">
2-
import type { KbdKey } from '@/ui/composables/useKdb'
2+
import type { KbdKey } from '@/ui/composables/useKbd'
33
import type { VariantProps } from 'tailwind-variants'
4-
import { useKbd } from '@/ui/composables/useKdb'
4+
import { useKbd } from '@/ui/composables/useKbd'
55
import theme from '@/ui/theme/kbd'
66
import { Primitive } from 'reka-ui'
77
import { tv } from 'tailwind-variants'

src/composables/useKbd.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# useKbd

src/composables/useKdb.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)