busola
busola copied to clipboard
Rename all files from JS to JSX
Description
The current code is treating .js
files as .jsx
by using a custom transform. We should rename the files from .js
to .jsx
for clarity and to follow conventions.
Reasons
After migrating to Vite, it's better to explicitly use .jsx
extensions for React components or files that use JSX.