import Image from "next/image"; import { imageUrl } from "@/helper"; function ImageProfile({ data }) { return (
profile-user
); } export default ImageProfile;