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