Skip to content

Commit

Permalink
fix: update jsx export
Browse files Browse the repository at this point in the history
  • Loading branch information
cqh963852 committed Feb 17, 2024
1 parent 87dac40 commit 2b51d32
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion addons/van_jsx/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ export function createState(v) {
return van.state(v);
}
export { default as createElement, default as jsx, default as jsxDEV, } from "./createElement";
export * from "./type";
1 change: 0 additions & 1 deletion addons/van_jsx/src/jsx-dev-runtime.js
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
export * from "./index";
export * from "./jsx-runtime";

0 comments on commit 2b51d32

Please sign in to comment.