mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 21:19:01 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			233 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			233 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
/**
 | 
						|
 * 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;
 |