Skip to content

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpapercut committed Mar 2, 2024
1 parent 21f9f84 commit 20b52d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wypst.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import init, { parseTree, typstContentTree } from './core';
import init, { parseTree as _parseTree, typstContentTree } from './core';
import katex from './katex';

function parseTree(expression, settings) {
Expand Down

0 comments on commit 20b52d8

Please sign in to comment.