mirror of
https://github.com/genemecija/learn-morse-code.git
synced 2026-03-20 03:34:39 +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() {
|
export default React.memo(function App() {
|
||||||
|
|
||||||
console.log('App.js rendered')
|
|
||||||
|
|
||||||
const {gameMode} = useContext(GameModeContext)
|
const {gameMode} = useContext(GameModeContext)
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue