Skip to content

Commit

Permalink
Fix gh workflow bug
Browse files Browse the repository at this point in the history
  • Loading branch information
balazshevesi committed Feb 27, 2024
1 parent a670724 commit 4b03422
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package/src/main.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { RippleSurface } from "./RippleSurface";
import { Ripples } from "./Ripples";
// note: it needs to include ".jsx" for the gh workflow to work properly
import { RippleSurface } from "./RippleSurface.jsx";
import { Ripples } from "./Ripples.jsx";

export { RippleSurface, Ripples };

0 comments on commit 4b03422

Please sign in to comment.