diff --git a/frontend/src/components/ErrorBoundary.tsx b/frontend/src/components/ErrorBoundary.tsx index 1e91879..333d5ef 100644 --- a/frontend/src/components/ErrorBoundary.tsx +++ b/frontend/src/components/ErrorBoundary.tsx @@ -1,6 +1,5 @@ -import { Button, Container, SvgIcon, Typography, styled } from '@mui/material' -import { useI18n } from '../hooks/useI18n' import ErrorIcon from '@mui/icons-material/Error' +import { Button, Container, SvgIcon, Typography, styled } from '@mui/material' import { Link } from 'react-router-dom' const FlexContainer = styled(Container)({