Skip to content

Commit

Permalink
fix Preact type leftovers, prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene-daragan-pandadoc committed May 26, 2022
1 parent 3192d81 commit 7f51d7e
Show file tree
Hide file tree
Showing 3 changed files with 980 additions and 981 deletions.
2 changes: 1 addition & 1 deletion jsx-dev-runtime.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export type { jsx, jsxs, jsx as jsxDEV, Fragment, JSX } from './jsx-runtime';
export type { jsx, jsxs, jsx as jsxDEV, Fragment, JSX } from "./jsx-runtime";
2 changes: 1 addition & 1 deletion jsx-dev-runtime.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { h as jsx, h as jsxs, h as jsxDEV, Fragment } from "./dist/fre.js"
export { h as jsx, h as jsxs, h as jsxDEV, Fragment } from "./dist/fre.js";
Loading

0 comments on commit 7f51d7e

Please sign in to comment.