From 874a249d2364d9f7069df7fb3b8ba1974dc40fa5 Mon Sep 17 00:00:00 2001
From: Tore Brede <Tore.Brede@uib.no>
Date: Thu, 14 Oct 2021 11:38:50 +0200
Subject: [PATCH] Removing unused import

---
 frontend/src/routes/register/index.test.tsx | 1 -
 1 file changed, 1 deletion(-)

diff --git a/frontend/src/routes/register/index.test.tsx b/frontend/src/routes/register/index.test.tsx
index 51cb20ab..5c17085d 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', () => ({
-- 
GitLab