Cleanup
Removed some unused imports
This commit is contained in:
parent
785848b5ec
commit
085b517606
@ -1,4 +1,3 @@
|
||||
import { ArrowLeftIcon } from '@heroicons/react/outline'
|
||||
import React, { ReactNode } from 'react'
|
||||
import Modal from './Modal'
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
import React, { FocusEvent, useCallback, useEffect } from 'react'
|
||||
import React, { FocusEvent, useCallback } from 'react'
|
||||
import { Listbox } from '@headlessui/react'
|
||||
import { CheckIcon, SelectorIcon } from '@heroicons/react/solid'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user