Skip to content

Commit 2ea2ebb

Browse files
committed
Corrects type reference to new OpDict file.
1 parent f67b007 commit 2ea2ebb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mathjax3-ts/input/tex/Translate.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ import TexParser from './TexParser.js';
2828
import {ParserUtil} from './ParserUtil.js';
2929
import TexError from './TexError.js';
3030
import {MmlNode} from '../../core/MmlTree/MmlNode.js';
31-
import {MmlMo, OperatorDef} from '../../core/MmlTree/MmlNodes/mo.js';
31+
import {MmlMo} from '../../core/MmlTree/MmlNodes/mo.js';
32+
import {OperatorDef} from '../../core/MmlTree/OperatorDictionary.js';
3233

3334
// A wrapper for translating scripts with LaTeX content.
3435

0 commit comments

Comments
 (0)