mirror of
https://activitypub.software/TransFem-org/sfm-js
synced 2024-11-22 05:55:13 +00:00
clean up
This commit is contained in:
parent
be39aab80d
commit
c4ecdb36c9
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
import peg from 'pegjs';
|
||||
import { MfmNode, MfmPlainNode, TEXT } from './node';
|
||||
import { MfmNode, MfmPlainNode } from './node';
|
||||
import { stringifyNode, stringifyTree, inspectOne } from './util';
|
||||
|
||||
const parser: peg.Parser = require('./parser');
|
||||
|
|
Loading…
Reference in a new issue