fix: build errors

This commit is contained in:
Ephraim Atta-Duncan
2025-02-14 14:48:02 +00:00
parent 00e402f4cb
commit 8b82d22f9f
4 changed files with 8 additions and 4 deletions

View File

@ -183,12 +183,12 @@ const FormMessage = React.forwardRef<
FormMessage.displayName = 'FormMessage';
export {
useFormField,
Form,
FormItem,
FormLabel,
FormControl,
FormDescription,
FormMessage,
FormField,
FormItem,
FormLabel,
FormMessage,
useFormField,
};