mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 07:28:59 +01:00
7 lines
118 B
TypeScript
7 lines
118 B
TypeScript
/**
|
|
* LLM Chat Panel Widget Module
|
|
*/
|
|
import LlmChatPanel from './llm_chat_panel.js';
|
|
|
|
export default LlmChatPanel;
|