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. |
||
|---|---|---|
| .. | ||
| app | ||
| assets | ||
| components | ||
| config | ||
| features | ||
| hooks | ||
| i18n | ||
| lib | ||
| shared | ||
| stores | ||
| types | ||
| utils | ||
| asset-queries.d.ts | ||
| index.css | ||
| main.tsx | ||
| speech-recognition.d.ts | ||