This repository was archived by the owner on Mar 18, 2024. It is now read-only.
This repository was archived by the owner on Mar 18, 2024. It is now read-only.
Rename component files using PascalCase #177
Closed
Description
We should probably rename the component files using PascalCase to reflect the component names.
app.js
->App.js
change-button.js
->ChangeButton.js
char.js
->Char.js
github-corner.js
->GithubCorner.js
hint.js
->Hint.js
logo.js
->Logo.js
progress-bar.js
->ProgressBar.js
rebus.js
->Rebus.js
word.js
->Word.js