Removed some unused imports
This commit is contained in:
blessedcoolant 2022-03-25 06:06:07 +13:00
parent 785848b5ec
commit 085b517606
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
import { ArrowLeftIcon } from '@heroicons/react/outline'
import React, { ReactNode } from 'react'
import Modal from './Modal'

View File

@ -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'