diff --git a/src/pages/authentication/MainLoginWithOTPPage.jsx b/src/pages/authentication/MainLoginWithOTPPage.jsx
index 53b9fec7..872f39cf 100644
--- a/src/pages/authentication/MainLoginWithOTPPage.jsx
+++ b/src/pages/authentication/MainLoginWithOTPPage.jsx
@@ -1,5 +1,5 @@
-import React from 'react'
-import LoginWithOtp from './LoginWithOtp'
+import React from "react";
+import LoginWithOtp from "./LoginWithOtp";
const MainLoginWithOTPPage = () => {
return (
@@ -8,7 +8,7 @@ const MainLoginWithOTPPage = () => {

{
>
- )
-}
+ );
+};
-export default MainLoginWithOTPPage
\ No newline at end of file
+export default MainLoginWithOTPPage;
diff --git a/src/pages/authentication/MainResetPasswordPage.jsx b/src/pages/authentication/MainResetPasswordPage.jsx
index 36fd71e6..98d2bba9 100644
--- a/src/pages/authentication/MainResetPasswordPage.jsx
+++ b/src/pages/authentication/MainResetPasswordPage.jsx
@@ -1,14 +1,14 @@
-import React from 'react'
-import ResetPasswordPage from './ResetPassword'
+import React from "react";
+import ResetPasswordPage from "./ResetPassword";
const MainResetPasswordPage = () => {
return (
- <>
+ <>

{
>
- )
-}
+ );
+};
-export default MainResetPasswordPage
\ No newline at end of file
+export default MainResetPasswordPage;