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

Profile

) } export default Profile;