diff --git a/src/Popup/Pages/LocationPage/index.tsx b/src/Popup/Pages/LocationPage/index.tsx index f95a904..e359f00 100644 --- a/src/Popup/Pages/LocationPage/index.tsx +++ b/src/Popup/Pages/LocationPage/index.tsx @@ -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'