export default function Input({onChange}){ return ( <> { onChange(e.target.value); }} /> ); }