Skip to content

Commit 9639afb

Browse files
fix(index): export without const in index.mjs
Fixes #214, fixes #213
1 parent 6819609 commit 9639afb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

index.mjs

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
import HTMLReactParser from './index.js';
2-
3-
export default HTMLReactParser;
4-
export const { domToReact, htmlToDOM, attributesToProps } = HTMLReactParser;
1+
export { default, domToReact, htmlToDOM, attributesToProps } from './index.js';

0 commit comments

Comments
 (0)