import { homeItems } from "../../data"; import Content from "../Content"; const Profile = () => { return (

Profile

) } export default Profile;