6 lines
122 B
TypeScript
6 lines
122 B
TypeScript
|
import PageSeo from "app/components/page-seo"
|
||
|
|
||
|
export default function AuthHead() {
|
||
|
return <PageSeo title="Sign Up" />
|
||
|
}
|