mirror of
https://github.com/unslothai/unsloth.git
synced 2026-07-09 15:58:41 +00:00
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:
parent
5e3ab0a8c4
commit
46890b05b3
1 changed files with 0 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue