diff --git a/src/App.js b/src/App.js index 737d697..7810f13 100644 --- a/src/App.js +++ b/src/App.js @@ -8,6 +8,8 @@ import { ReactComponent as SpeakerOffIcon } from './SpeakerOffIcon.svg'; import backgroundMusic from './sounds/backgroundMusic.mp3'; import click from './sounds/click.wav'; +const musicBackground = new Audio(backgroundMusic); + class App extends Component { constructor(props) { super(props);