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