Route Update👍

This commit is contained in:
YasinShaikh123
2024-09-26 19:59:03 +05:30
parent 0e4301fedb
commit 954ed070d6

View File

@@ -56,8 +56,8 @@ const App = () => {
return (
<Router>
<Routes>
<Route path="/login" element={<Login />} />
<Route path="/" element={<ForgotPassword />} />
<Route path="/" element={<Login />} />
<Route path="/forgot-password" element={<ForgotPassword />} />
<Route path="/otp-screen" element={<OtpScreen />} />
<Route path="/otp-screen/:id" element={<OtpScreen />} />
<Route path="/reset-password" element={<ResetPassword />} />