mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-03 23:14:13 +00:00 
			
		
		
		
	Fix import
This commit is contained in:
		
							parent
							
								
									d06fbbe3ea
								
							
						
					
					
						commit
						b3fc4dc00f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -13,7 +13,7 @@ import * as assert from 'assert';
 | 
				
			||||||
import { parse, parsePlain } from '../src/mfm/parse';
 | 
					import { parse, parsePlain } from '../src/mfm/parse';
 | 
				
			||||||
import { toHtml } from '../src/mfm/toHtml';
 | 
					import { toHtml } from '../src/mfm/toHtml';
 | 
				
			||||||
import { createTree as tree, createLeaf as leaf, MfmTree } from '../src/mfm/types';
 | 
					import { createTree as tree, createLeaf as leaf, MfmTree } from '../src/mfm/types';
 | 
				
			||||||
import { removeOrphanedBrackets } from '../src/mfm/parser';
 | 
					import { removeOrphanedBrackets } from '../src/mfm/language';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
function text(text: string): MfmTree {
 | 
					function text(text: string): MfmTree {
 | 
				
			||||||
	return leaf('text', { text });
 | 
						return leaf('text', { text });
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue