From 085b51760654cb6414a7fcaa3e2f7d531a93340d Mon Sep 17 00:00:00 2001 From: blessedcoolant Date: Fri, 25 Mar 2022 06:06:07 +1300 Subject: [PATCH] Cleanup Removed some unused imports --- lama_cleaner/app/src/components/ShortcutsModal.tsx | 1 - lama_cleaner/app/src/components/SizeSelector.tsx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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'