From 6c387723e89be9163fe37d2152929082bea546e3 Mon Sep 17 00:00:00 2001
From: z0ccc <z0ccc@proton.me>
Date: Mon, 26 Dec 2022 13:27:19 -0500
Subject: [PATCH] Remove unused imports

---
 src/Popup/Pages/LocationPage/index.tsx | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

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'