busola icon indicating copy to clipboard operation
busola copied to clipboard

Rename all files from JS to JSX

Open OliwiaGowor opened this issue 4 months ago • 0 comments

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.

OliwiaGowor avatar Sep 27 '24 08:09 OliwiaGowor