import * as LabelPrimitive from "@radix-ui/react-label"; import { cn } from "@/lib/utils"; export function Label({ className, ...props }: React.ComponentPropsWithoutRef) { return ( ); }