Skip to content

Commit ed658a5

Browse files
authored
Merge pull request #2 from mayank1513/actions
fix
2 parents ad7a604 + 68e2f70 commit ed658a5

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)