Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
z0ccc committed Dec 26, 2022
1 parent 2592ea3 commit 6c38772
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Popup/Pages/LocationPage/index.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import { useState, useEffect, ChangeEvent, useCallback } from 'react'
import { Box, Button, Flex, Label, Link, Radio, Select } from 'theme-ui'
import { Box, Button, Flex, Label, Radio, Select } from 'theme-ui'
import Page from '../../Components/Page'
import DebouncedInput from '../../Components/DebouncedInput'
import detachDebugger from '../../../utils/detachDebugger'
import countryLocales from '../../../utils/countryLocales'
import configurations from '../../../utils/configurations'
import FooterLink from '../../Components/FooterLink'
import { ipData } from '../../../types'
import getIp from '../../../utils/getIp'
import { RotateCw } from 'react-feather'
Expand Down

0 comments on commit 6c38772

Please sign in to comment.