CoastalCommitsPastes/client/app/(auth)/signin/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"
2022-11-09 21:38:05 -05:00
export default function AuthHead() {
2022-11-10 02:11:36 -05:00
return <PageSeo title="Sign In" />
2022-11-09 21:38:05 -05:00
}