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