diff --git a/src/App.js b/src/App.js index ce49d1b9..094b2b47 100644 --- a/src/App.js +++ b/src/App.js @@ -20,6 +20,10 @@ import Licensing from "./Components/footer_section/Legal/Licensing"; import TermsConditions from "./Components/footer_section/Legal/TermsandConditions"; import PrivacyPolicy from "./Components/footer_section/Legal/PrivacyPolicy"; import Careers from "./Components/Careers/CareersPage"; +import EmailVerification from "./Components/auth/resetPassword/EmailVerification"; +import OTPVerification from "./Components/auth/resetPassword/OTPVerification"; +import ResetPassword from "./Components/auth/resetPassword/ResetPassword"; + function App() { return ( @@ -46,6 +50,9 @@ function App() { } /> } /> } /> + } /> + } /> + } />