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

6 lines
118 B
TypeScript
Raw Normal View History

2022-11-12 01:28:06 -08:00
import PageSeo from "@components/page-seo"
2022-11-09 18:38:05 -08:00
export default function NewPostHead() {
2022-11-29 22:22:17 -08:00
return <PageSeo title="New" />
2022-11-09 18:38:05 -08:00
}