I want to rename component filename to capital letter, but it doesn't allow me. In WSL terminal it says:
I try: mv mamaMia.jsx MamaMia.jsx
responds: mv: 'mamaMia.jsx' and 'MamaMia.jsx' are the same file
that file is in src/components/ of my application
Why is that? How can I rename?