import { cn } from '@/lib/utils'; type InputProps = React.InputHTMLAttributes; export function Input({ className, ...props }: InputProps) { return ( ); }