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

6 lines
118 B
TypeScript
Raw Normal View History

2022-11-09 21:38:05 -05:00
import PageSeo from "@components/head"
export default function AuthHead() {
return <PageSeo title="Sign In" />
}