Skip to content

Commit

Permalink
fix: Update jsx-dev-runtime (#93)
Browse files Browse the repository at this point in the history
Updated the reference to jsx runtime so that there isn't an issue
finding it when building projects using gensx.
  • Loading branch information
danfhernandez authored Jan 10, 2025
1 parent 07a8b02 commit 047bfe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gensx/src/jsx-dev-runtime.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Fragment, JSX, jsx } from "@/jsx-runtime";
import { Fragment, JSX, jsx } from "./jsx-runtime";

export type { JSX };

Expand Down

0 comments on commit 047bfe7

Please sign in to comment.