diff --git a/lama_cleaner/app/src/components/ShortcutsModal.tsx b/lama_cleaner/app/src/components/ShortcutsModal.tsx index 9e82ae5..040d6f7 100644 --- a/lama_cleaner/app/src/components/ShortcutsModal.tsx +++ b/lama_cleaner/app/src/components/ShortcutsModal.tsx @@ -1,4 +1,3 @@ -import { ArrowLeftIcon } from '@heroicons/react/outline' import React, { ReactNode } from 'react' import Modal from './Modal' diff --git a/lama_cleaner/app/src/components/SizeSelector.tsx b/lama_cleaner/app/src/components/SizeSelector.tsx index 043e046..9ccdf6a 100644 --- a/lama_cleaner/app/src/components/SizeSelector.tsx +++ b/lama_cleaner/app/src/components/SizeSelector.tsx @@ -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'