diff --git a/src/tagHandler.ts b/src/tagHandler.ts index bd37987..85334ed 100644 --- a/src/tagHandler.ts +++ b/src/tagHandler.ts @@ -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';