Cleanup
Removed some unused imports
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user