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

6 lines
119 B
TypeScript
Raw Normal View History

2022-11-09 23:11:36 -08:00
import PageSeo from "@components/page-seo"
2022-11-09 18:38:05 -08:00
export default function AuthHead() {
2022-11-09 23:11:36 -08:00
return <PageSeo title="Sign In" />
2022-11-09 18:38:05 -08:00
}