mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 11:39:01 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			234 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			234 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| import insertFootnoteIcon from './../theme/icons/insert-footnote.svg';
 | |
| import './augmentation.js';
 | |
| import "../theme/footnote.css";
 | |
| 
 | |
| export { default as Footnotes } from './footnotes.js';
 | |
| 
 | |
| export const icons = {
 | |
| 	insertFootnoteIcon
 | |
| };
 | 
