fix: add src export default
This commit is contained in:
parent
c7a2749880
commit
f868d9d813
@ -1 +1 @@
|
||||
nodejs 12.18.4
|
||||
nodejs 14.15.3
|
||||
|
@ -1,3 +1,5 @@
|
||||
import { MathMLToLaTeX } from './main';
|
||||
|
||||
export default MathMLToLaTeX;
|
||||
|
||||
module.exports = MathMLToLaTeX;
|
||||
|
Loading…
Reference in New Issue
Block a user