Skip to content

Commit cd7398b

Browse files
committed
fix(elements): add missing Comment import in PromptInputButton
1 parent 4e236a6 commit cd7398b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/elements/src/prompt-input/PromptInputButton.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import type { HTMLAttributes } from 'vue'
33
import { InputGroupButton } from '@repo/shadcn-vue/components/ui/input-group'
44
import { cn } from '@repo/shadcn-vue/lib/utils'
5-
import { computed, useSlots } from 'vue'
5+
import { Comment, computed, Text, useSlots } from 'vue'
66
77
type InputGroupButtonProps = InstanceType<typeof InputGroupButton>['$props']
88

0 commit comments

Comments
 (0)