diff --git a/frontend/src/routes/register/index.test.tsx b/frontend/src/routes/register/index.test.tsx
index 51cb20ab3f8c5c5d3c3bd1c48b17e84616acb371..5c17085d929189e86b24dc2faa9e26943723ce02 100644
--- a/frontend/src/routes/register/index.test.tsx
+++ b/frontend/src/routes/register/index.test.tsx
@@ -4,7 +4,6 @@ import userEvent from '@testing-library/user-event'
 import AdapterDateFns from '@mui/lab/AdapterDateFns'
 import { LocalizationProvider } from '@mui/lab'
 import Register from './index'
-import { act } from '@testing-library/react'
 
 // Mock react-i18next module to return a translation that just returns the key
 jest.mock('react-i18next', () => ({