refactor: replace require by import in xmldom adapter

This commit is contained in:
Alexandre Nunes 2020-09-27 02:35:52 -03:00
parent 7986411cfe
commit abee69ff21

@ -1,4 +1,4 @@
import xmldom = require('xmldom');
import xmldom from 'xmldom';
import { DOMParser } from 'xmldom';
import { ElementsToMathMLAdapter } from './xmldom-elements-to-mathml-elements-adapter';