Skip to content

Commit

Permalink
fix deno lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Jun 2, 2024
1 parent 90f12b1 commit 0588e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/assets/esbuild_jsx/index.page.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @jsxImportSource npm:[email protected] */

export default (data, helpers) => (
export default () => (
<>
<h1></h1>
<p>test 123</p>
Expand Down

0 comments on commit 0588e1c

Please sign in to comment.