Skip to content

Commit ae5b451

Browse files
committed
fix(decorator-mui): missing the x in jsx
1 parent 922fe29 commit ae5b451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/decorator-mui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@forml/decorator-mui",
33
"version": "2.0.0-next.17",
44
"description": "A forml decorator using MaterialUI",
5-
"main": "src/index.js",
5+
"main": "src/index.jsx",
66
"type": "module",
77
"scripts": {
88
"lint": "eslint src/**/*.jsx",

0 commit comments

Comments
 (0)