Skip to content

Commit 68c6667

Browse files
committed
fix: Fix package.json exports
1 parent a522c38 commit 68c6667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"./api": "./dist/api/index.js",
1515
"./ui": "./dist/ui/index.js",
1616
"./ui/jsx-runtime": "./dist/ui/jsx-runtime.js",
17-
"./ui/jsx-dev-runtime": "./dist/ui/jsx-runtime.js"
17+
"./ui/jsx-dev-runtime": "./dist/ui/jsx-dev-runtime.js"
1818
},
1919
"typesVersions": {
2020
"*": {

0 commit comments

Comments
 (0)