From 04b064a9945c13842ca41dcb7c0d0300c4a4c002 Mon Sep 17 00:00:00 2001 From: joshistoast Date: Tue, 3 Mar 2026 21:30:28 -0700 Subject: [PATCH] fix(model manager queue): remove unused useStore import --- .../AddModelPanel/ModelInstallQueue/ModelInstallQueue.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/invokeai/frontend/web/src/features/modelManagerV2/subpanels/AddModelPanel/ModelInstallQueue/ModelInstallQueue.tsx b/invokeai/frontend/web/src/features/modelManagerV2/subpanels/AddModelPanel/ModelInstallQueue/ModelInstallQueue.tsx index f49174fa90..964822aa55 100644 --- a/invokeai/frontend/web/src/features/modelManagerV2/subpanels/AddModelPanel/ModelInstallQueue/ModelInstallQueue.tsx +++ b/invokeai/frontend/web/src/features/modelManagerV2/subpanels/AddModelPanel/ModelInstallQueue/ModelInstallQueue.tsx @@ -18,7 +18,6 @@ import { Thead, Tr, } from '@invoke-ai/ui-library'; -import { useStore } from '@nanostores/react'; import ScrollableContent from 'common/components/OverlayScrollbars/ScrollableContent'; import { getApiErrorDetail } from 'features/modelManagerV2/util/getApiErrorDetail'; import { toast } from 'features/toast/toast';