import { cn } from '@/utils/cn'; export const Input = ({ className, ...props }: React.ComponentPropsWithRef<'input'>) => { return ( ); };