mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	
		
			
	
	
		
			8 lines
		
	
	
		
			111 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
		
		
			
		
	
	
			8 lines
		
	
	
		
			111 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
|  | export default function NoteTitleWidget() { | ||
|  |     return ( | ||
|  |         <> | ||
|  |             <p>Hi</p> | ||
|  |         </> | ||
|  |     ); | ||
|  | } |