Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddasol committed Nov 8, 2023
1 parent 20b632e commit a186cf0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/src/components/Contexts/SafeZoneContext.tsx
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a186cf0

Please sign in to comment.