adding verification

This commit is contained in:
Ebube
2023-04-26 13:09:57 +01:00
parent 02fe8cb399
commit 6c68c2361c
7 changed files with 260 additions and 115 deletions
+1
View File
@@ -2,6 +2,7 @@ import React from "react";
import SignUp from "../components/AuthPages/SignUp";
function SignupPage() {
return (
<>
<SignUp />