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