import React from "react"; export default function InputFile({ file, isError, inputRef, handleChange }) { return (
{ console.log(inputRef.current.click()) }} > Pilih File
handleChange(e)} />
) }