import type { LabelHTMLAttributes } from 'react' import { cn } from '@/lib/cn' export function Label({ className, ...props }: LabelHTMLAttributes) { return (