export const Upload = ({ initialfileList = [] }) => { console.log("called...") const [files,setFiles] = useState(initialfileList) useEffect(() =&g