From c0c26c94138e98238e20ab34906a5a0af0174a4a Mon Sep 17 00:00:00 2001 From: Aadhil Ahamed Date: Fri, 10 Jan 2025 00:09:33 +0530 Subject: [PATCH] fix css check error --- src/screens/ForgotPassword/ForgotPassword.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/screens/ForgotPassword/ForgotPassword.tsx b/src/screens/ForgotPassword/ForgotPassword.tsx index 00fdb77c3b..49c0a2af6e 100644 --- a/src/screens/ForgotPassword/ForgotPassword.tsx +++ b/src/screens/ForgotPassword/ForgotPassword.tsx @@ -16,7 +16,7 @@ import { Form } from 'react-bootstrap'; import Button from 'react-bootstrap/Button'; import { useTranslation } from 'react-i18next'; import { errorHandler } from 'utils/errorHandler'; -import styles from 'style/app.module.css'; +import styles from '../../style/app.module.css'; import useLocalStorage from 'utils/useLocalstorage'; /**