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.
This commit is contained in:
Daniel Han 2026-07-09 09:27:40 +00:00
parent 5e3ab0a8c4
commit 46890b05b3

View file

@ -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,