Files
web/app/[lang]/(live)/(protected)/my-pages/profile/verify/page.tsx
2024-04-12 16:25:52 +02:00

10 lines
159 B
TypeScript

export default function VerifyPage() {
return (
<section>
<header>
<h1>Verify that code already!</h1>
</header>
</section>
)
}