feat: implement registration page with form validation and add custom typography fonts

This commit is contained in:
Your Name
2026-04-10 13:41:11 +05:30
parent 97577efcf6
commit 414e683e0b
11 changed files with 199 additions and 38 deletions
+5 -5
View File
@@ -1,7 +1,7 @@
export default function VerifyEmail() {
return (
<div>
<h1>Verify Email</h1>
</div>
);
return (
<div>
<h1>Verify Email</h1>
</div>
);
}