CoastalCommitsPastes/client/app/(auth)/signup/head.tsx

6 lines
122 B
TypeScript
Raw Normal View History

2022-11-12 03:58:21 -05:00
import PageSeo from "app/components/page-seo"
export default function AuthHead() {
return <PageSeo title="Sign Up" />
}