Remove unused imports
This commit is contained in:
parent
2592ea3f41
commit
6c387723e8
1 changed files with 1 additions and 2 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue