CoastalCommitsPastes/client/app/(profiles)/mine/head.tsx
2022-11-09 23:11:36 -08:00

5 lines
138 B
TypeScript

import PageSeo from "@components/page-seo"
export default function Head() {
return <PageSeo title="Drift - Your profile" isPrivate />
}