tagHandler - Fix tslint error

This commit is contained in:
2019-12-21 13:52:33 +05:30
parent 2103507d8a
commit e26aae2c6c
+1 -1
View File
@@ -1,4 +1,4 @@
import { heading, strong, emphasis } from 'mdast-builder';
import { emphasis, heading, strong } from 'mdast-builder';
// tslint:disable-next-line: no-implicit-dependencies
import { Node as MDASTNode, Parent as MDASTParent } from 'unist';
import { IReactElementSubset } from './helpers';