Skip to content

Commit

Permalink
Update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpapercut committed May 3, 2024
1 parent 2a3b0c4 commit 4dc95c6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/utils.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import ParseError from 'katex/src/ParseError';
import Settings from 'katex/src/Settings';
import parseTree from 'katex/src/parseTree';
import buildTree from 'katex/src/buildTree';
import buildCommon from 'katex/src/buildCommon';
import { SymbolNode } from 'katex/src/domTree';
import ParseError from '../lib/katex/src/ParseError';
import Settings from '../lib/katex/src/Settings';
import parseTree from '../lib/katex/src/parseTree';
import buildTree from '../lib/katex/src/buildTree';
import buildCommon from '../lib/katex/src/buildCommon';
import { SymbolNode } from '../lib/katex/src/domTree';

function renderError(error, expression, settings) {
if (settings.throwOnError) {
Expand Down

0 comments on commit 4dc95c6

Please sign in to comment.