mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 15:25:51 +01:00
chore(monorepo/client): move client source files
This commit is contained in:
7
apps/client/src/widgets/llm_chat_panel.ts
Normal file
7
apps/client/src/widgets/llm_chat_panel.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* LLM Chat Panel Widget
|
||||
* This file is preserved for backward compatibility.
|
||||
* The actual implementation has been moved to the llm_chat/ folder.
|
||||
*/
|
||||
import LlmChatPanel from './llm_chat/index.js';
|
||||
export default LlmChatPanel;
|
||||
Reference in New Issue
Block a user