Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix css check error
Browse files Browse the repository at this point in the history
aadhil2k4 committed Jan 9, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent e55ce6b commit c0c26c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/ForgotPassword/ForgotPassword.tsx
Original file line number Diff line number Diff line change
@@ -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';

/**

0 comments on commit c0c26c9

Please sign in to comment.