import React from "react"; import { CardEntry } from "../components/CardEntry"; export const ProfilePage = ({ user, data }) => { return (