chore(monorepo): relocate client files

This commit is contained in:
Elian Doran
2025-04-18 01:37:55 +03:00
parent 4aad0552b3
commit de2cdd5e78
364 changed files with 0 additions and 0 deletions

View 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;