From 280ffa8d89e1067d7caf6ecd005b9dd44290209d Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Thu, 9 Jul 2026 09:27:40 +0000 Subject: [PATCH] studio: drop duplicate listStoredChatThreads import in app-sidebar The main merge left listStoredChatThreads imported twice -- once as a standalone import from the deep utils path and once via the @/features/chat barrel (which re-exports it) -- tripping TS2300 'Duplicate identifier' and failing the Tauri frontend build. Keep the barrel import, grouped with the other chat imports. --- studio/frontend/src/components/app-sidebar.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/studio/frontend/src/components/app-sidebar.tsx b/studio/frontend/src/components/app-sidebar.tsx index 1aff5793b2..e72a6bd469 100644 --- a/studio/frontend/src/components/app-sidebar.tsx +++ b/studio/frontend/src/components/app-sidebar.tsx @@ -83,7 +83,6 @@ import { ZapIcon, } from "@hugeicons/core-free-icons"; import { TestTubeOutlineIcon } from "@/lib/hugeicons-derived"; -import { listStoredChatThreads } from "@/features/chat/utils/chat-history-storage"; import { Tooltip, TooltipContent,