neuland-ingolstadt / neuland.app

A free & open source, web-based replacement for the official app of the Technische Hochschule Ingolstadt built with React and Next.js.
https://neuland.app
GNU Affero General Public License v3.0
36 stars 33 forks source link

Update files to JSX format #316

Closed Robert27 closed 1 year ago

Robert27 commented 1 year ago

Even if it is not necessary in Next.js, it is still best practice to mark the corresponding files as JSX as soon as they contain HTML components.

🤖 Generated by Copilot at 05766bc

Summary

📱🛠️🌐

Renamed all React components from .js to .jsx extension to follow the convention and improve syntax highlighting. No functional changes were made.

_is_valid checks_ refactored for clarity autumn leaves falling

Walkthrough