Skip to content

Commit 6259959

Browse files
fix(index): add default export for parser
1 parent 039e1c1 commit 6259959

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

+1
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ HTMLReactParser.domToReact = domToReact;
2323
HTMLReactParser.htmlToDOM = htmlToDOM;
2424

2525
module.exports = HTMLReactParser;
26+
module.exports.default = HTMLReactParser;

0 commit comments

Comments
 (0)