import { Box } from "@mui/material"; const baseUrl = process.env.REACT_APP_BASE_URL; const ProfilePhoto = ({ image, size = "60px" }) => { return ( profile ); }; export default ProfilePhoto;