refactor: remove unused dependency

This commit is contained in:
Alexandre Nunes 2020-09-20 16:38:13 -03:00
parent 872a8c1db1
commit f05609b8b7

@ -1,5 +1,5 @@
import { MathMLTag } from './MathMLTag'; import { MathMLTag } from './MathMLTag';
import { BracketWrapper, ParenthesisWrapper } from '../../../../utils/wrappers'; import { ParenthesisWrapper } from '../../../../utils/wrappers';
import { InvalidNumberOfChild } from '../../../../errors'; import { InvalidNumberOfChild } from '../../../../errors';
export class MMultiscripts extends MathMLTag { export class MMultiscripts extends MathMLTag {