CoastalCommitsPastes/client/app/mine/head.tsx
2022-11-12 00:58:21 -08:00

5 lines
141 B
TypeScript

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