From 13dd9526e221e4af0f4948cd58916e3bf02d25da Mon Sep 17 00:00:00 2001 From: marcobaobao Date: Mon, 31 Jul 2023 16:51:59 +0200 Subject: [PATCH] Removed unused import --- frontend/src/components/ErrorBoundary.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)({