로컬에서 폴더명 변경 시 github에는 반영이 안된 문제
Type error: Cannot find module './button/ThemeToggleBtn' or its corresponding type declarations.

예전에 로컬에서 폴더명을 바꿨던게 생각남
Button => button 소문자로 변경했었음

하지만 GitHub에선 반영안됨

원하는 결과 : Button => button 대문자를 소문자로 변경하기
cd componentsgit mv oldName newNamegit mv Button button
fatal: bad source, source=Button, destination=button #에러발생git mv Button test
git mv test button