Skip to content

Commit 68e2f70

Browse files
committed
fix
- export default to module.exports
1 parent c5060ca commit 68e2f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ const reactUseClientPlugIn: Plugin = {
2020
},
2121
};
2222

23-
export default reactUseClientPlugIn;
23+
module.exports = reactUseClientPlugIn;

0 commit comments

Comments
 (0)