6 lines
118 B
TypeScript
6 lines
118 B
TypeScript
|
import PageSeo from "@components/head"
|
||
|
|
||
|
export default function AuthHead() {
|
||
|
return <PageSeo title="Sign In" />
|
||
|
}
|