Skip to content

Commit

Permalink
fix: export jsxDEV from jsx-runtime (#85)
Browse files Browse the repository at this point in the history
Fixes #84
  • Loading branch information
remarkablemark committed Jan 15, 2023
1 parent 79f9921 commit 2936843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jsx-runtime.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { jsx, jsx as jsxs, Fragment } from "./jsx-dom"
export { jsx, jsx as jsxs, jsx as jsxDEV, Fragment } from "./jsx-dom"

0 comments on commit 2936843

Please sign in to comment.