sign up compled

This commit is contained in:
2023-02-20 00:14:19 -05:00
parent bd854714d0
commit df2f6dc3e3
6 changed files with 188 additions and 9 deletions
+7
View File
@@ -0,0 +1,7 @@
import React from "react";
import VerifyYou from "../components/AuthPages/VerifyYou";
import VerifySignup from "../components/AuthPages/SignUp/VerifySignup";
export default function VerifySignupPage() {
return <VerifySignup />;
}