mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 20:23:49 +01:00
Fix import
This commit is contained in:
parent
ba4e78746c
commit
c2aa219dfc
@ -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…
Reference in New Issue
Block a user