joshghent / gifbar

🦄 Find Awesome Gif's right in your Menu Bar
MIT License
42 stars 31 forks source link

Rename react files to use JSX extension #170

Closed jamescallumyoung closed 3 years ago

jamescallumyoung commented 3 years ago

Currently, the React files have the JS extension, not JSX. Example: gifBar.js should be gifbar.jsx. The node scripts may need to be updated to include the .jsx extension in some cases.

This was fixed in #169 but was reverted as it caused github to not be able to create a clean git diff.

felix-chin commented 3 years ago

@jamescallumyoung I'll work on this issue, please assign. Thanks