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