initial commit

This commit is contained in:
Ebube
2023-05-03 22:51:43 +01:00
parent ddfbba02e4
commit fbeff6d8c5
5 changed files with 198 additions and 21 deletions
+6
View File
@@ -0,0 +1,6 @@
import React from "react";
import VerifyPassword from "../components/AuthPages/VerifyPassword";
export default function VerifyPasswordPages() {
return <VerifyPassword />;
}