CoastalCommitsPastes/client/app/mine/head.tsx

6 lines
130 B
TypeScript
Raw Normal View History

2022-11-12 01:28:06 -08:00
import PageSeo from "@components/page-seo"
2022-11-09 23:11:36 -08:00
export default function Head() {
return <PageSeo title="Your profile" isPrivate />
2022-11-09 23:11:36 -08:00
}