2025-04-11 21:52:54 +00:00
|
|
|
/**
|
|
|
|
* 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;
|