new layout pages duplicated

This commit is contained in:
victorAnumudu
2024-01-17 20:28:43 +01:00
parent 92ca50e02f
commit 0c3425a97a
15 changed files with 182 additions and 24 deletions
+6
View File
@@ -0,0 +1,6 @@
import React from "react";
import VerifyYou from "../components/AuthPages/VerifyYou/index2";
export default function VerifyYouPagesTwo() {
return <VerifyYou />;
}