import DoctorAvatar from "@/app/component/DoctorAvatar"; function ImageProfile({ data }) { return (
); } export default ImageProfile;