Skip to content

Commit

Permalink
Remove file extensions from import statements again
Browse files Browse the repository at this point in the history
  • Loading branch information
balazshevesi committed Feb 28, 2024
1 parent 5e1ad14 commit 020d292
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/components/main.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { RippleSurface } from "./RippleSurface.jsx";
import { Ripples } from "./Ripples.jsx";
import { RippleSurface } from "./RippleSurface";
import { Ripples } from "./Ripples";

export { RippleSurface };
export { Ripples };

0 comments on commit 020d292

Please sign in to comment.