otp page update

This commit is contained in:
victorAnumudu
2024-06-14 20:07:21 +01:00
parent a133e0c861
commit 021a4998ac
16 changed files with 49 additions and 831 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ import { RouteHandler } from "./routes";
import { DashboardAuth, Layout } from "../layouts";
import {
GetStartedPage,
StartValidationPage,
LoginPage,
OTPPage,
// HomePage,
@@ -27,7 +27,7 @@ const Routers = () => {
<Route path={RouteHandler.otppage} element={<OTPPage />} />
</Route>
<Route path={RouteHandler.homepage} element={<GetStartedPage />} />
<Route path={RouteHandler.homepage} element={<StartValidationPage />} />
{/* <Route path={RouteHandler.homepage} element={<HomePage />} /> */}
{/* <Route