From a186cf0dcc275e7d50bc6cc5f61749fce6c7d6b9 Mon Sep 17 00:00:00 2001 From: Eddasol Date: Wed, 8 Nov 2023 10:53:02 +0100 Subject: [PATCH] Remove unused imports --- frontend/src/components/Contexts/SafeZoneContext.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/components/Contexts/SafeZoneContext.tsx b/frontend/src/components/Contexts/SafeZoneContext.tsx index 5fa4fc05a..432eccea7 100644 --- a/frontend/src/components/Contexts/SafeZoneContext.tsx +++ b/frontend/src/components/Contexts/SafeZoneContext.tsx @@ -1,5 +1,4 @@ -import { BackendAPICaller } from 'api/ApiCaller' -import { createContext, FC, useContext, useEffect, useState } from 'react' +import { createContext, FC, useContext, useState } from 'react' interface ISafeZoneContext { safeZoneStatus: boolean