import PageSeo from "@components/page-seo"
export default function NewPostHead() {
return <PageSeo title="Create a new Drift" />
}