Skip to content

Commit

Permalink
kedyou: attempt to fix rollup build error
Browse files Browse the repository at this point in the history
  • Loading branch information
manstie committed Jun 19, 2023
1 parent caf78c0 commit a15e8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/public/mathlive-ssr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { Box, coalesce, makeStruts } from '../core/box';
import { Context } from '../core/context';
import { parseLatex } from '../core/parser';
import { atomToSpeakableText } from '../editor/atom-to-speakable-text';
import { Expression } from './mathfield-element';
import type { Expression } from './mathfield-element';
import { validateLatex as validateLatexInternal } from '../core/parser';

import { atomToAsciiMath } from '../editor/atom-to-ascii-math';
Expand Down

0 comments on commit a15e8d0

Please sign in to comment.