CoastalCommitsPastes/client/app/(posts)/new/head.tsx

6 lines
133 B
TypeScript
Raw Normal View History

2022-11-12 04:28:06 -05:00
import PageSeo from "@components/page-seo"
2022-11-09 21:38:05 -05:00
export default function NewPostHead() {
return <PageSeo title="Create a new Drift" />
}