Skip to content

Commit

Permalink
lint: correct import
Browse files Browse the repository at this point in the history
  • Loading branch information
rravelli committed Feb 12, 2024
1 parent 40af104 commit a6f9b11
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { useTranslation } from 'react-i18next';
import { useNavigate } from 'react-router-dom';

import { CheckCircle } from '@mui/icons-material';
import { Button, Divider, Typography } from '@mui/material';

import { Spacer } from '#shared/components/Spacer/Spacer';
import { useTranslation } from '#shared/i18n/useTranslation';

export default function ResetPasswordSuccess() {
const navigate = useNavigate();
Expand Down

0 comments on commit a6f9b11

Please sign in to comment.