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