import PageSeo from "@components/page-seo"
export default function Head() {
return <PageSeo title="Your profile" isPrivate />
}