mirror of
https://github.com/genemecija/learn-morse-code.git
synced 2026-01-20 15:20:24 +01:00
Clean code
This commit is contained in:
parent
900312c471
commit
ea24a5161a
|
|
@ -26,8 +26,6 @@ import FrequencyPicker from './components/FrequencyPicker';
|
|||
|
||||
export default React.memo(function App() {
|
||||
|
||||
console.log('App.js rendered')
|
||||
|
||||
const {gameMode} = useContext(GameModeContext)
|
||||
|
||||
return (
|
||||
|
|
|
|||
Loading…
Reference in a new issue