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

Commit 318c5f5

Browse files
committed
fix: missing import in form-field component
1 parent 9156428 commit 318c5f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/FormField/FormField.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import type { FormFieldInjectedOptions } from '@/ui/keys/form-field'
33
import type { ComponentConfig } from '@/ui/types/utils'
44
import { formFieldInjectionKey, inputIdInjectionKey } from '@/ui/keys/form-field'
55
import theme from '@/ui/theme/form-field'
6+
import { Label, Primitive } from 'reka-ui'
67
import { tv } from 'tailwind-variants'
78
import { computed, provide, ref, useId } from 'vue'
89

0 commit comments

Comments
 (0)