import React from "react"; import localImgLoad from "../../../lib/localImgLoad"; export default function ProfileInfo({ profileImg, profileImgInput, profileImgChangeHandler, browseProfileImg, accountDetails, uploadStatus }) { // console.log(accountDetails.banner) return (
{uploadStatus.message}
} {uploadStatus.loading &&{uploadStatus.message}
}