Skip to content

Commit

Permalink
🧹 Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanc1 committed Jun 26, 2021
1 parent a958a97 commit fe70413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/article.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { renderHTML } from '@curvenote/components';
import { katexCSS } from './equation';

const renderMathInElement = require('katex/contrib/auto-render/auto-render.js').default;
const renderMathInElement = require('katex/contrib/auto-render/auto-render').default;

const MATH_RENDER_OPTIONS = {
delimiters: [
Expand Down

0 comments on commit fe70413

Please sign in to comment.