fixing signup

This commit is contained in:
Ebube
2023-04-27 02:44:09 +01:00
parent 6cb0871d34
commit 886b73ffa3
3 changed files with 10 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
import VerifyLink from "../components/AuthPages/VerifyLink";
export default function VerifyLinkPages() {
return <VerifyLink />;
}