CoastalCommitsPastes/client/app/(profiles)/mine/head.tsx

6 lines
138 B
TypeScript
Raw Normal View History

2022-11-10 02:11:36 -05:00
import PageSeo from "@components/page-seo"
export default function Head() {
return <PageSeo title="Drift - Your profile" isPrivate />
}