Skip to content

Commit

Permalink
fix: fix import statement in form component
Browse files Browse the repository at this point in the history
  • Loading branch information
Skolaczk committed Sep 14, 2024
1 parent 145b749 commit f71ffb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
FormProvider,
useFormContext,
} from 'react-hook-form';
import type LabelPrimitive from '@radix-ui/react-label';
import * as LabelPrimitive from '@radix-ui/react-label';
import { Slot } from '@radix-ui/react-slot';

import { Label } from '@/components/ui/label';
Expand Down

0 comments on commit f71ffb8

Please sign in to comment.