eslint fixes

This commit is contained in:
Gustavo Fuhr 2022-12-01 18:02:24 -03:00
parent 0440d8b87f
commit 813394b6cb

View File

@ -17,7 +17,6 @@ import { Link as RouterLink } from 'react-router-dom';
import Typography from '@mui/material/Typography';
import { getCsrfToken, getCsrfTokenParameter } from '../../utils';
import { useNavigate } from 'react-router-dom';
import StyledAlert from '../form/global-error/styled';
import { Button } from '@mui/material';
const ForgotPassword = () => {