Skip to content

Commit

Permalink
merge dev
Browse files Browse the repository at this point in the history
  • Loading branch information
janibehm committed Oct 17, 2023
1 parent 6ef74c7 commit c546ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Modal from './components/Modal';
import Circle from './components/circle';
import { ReactComponent as SpeakerOnIcon } from './SpeakerOnIcon.svg';
import { ReactComponent as SpeakerOffIcon } from './SpeakerOffIcon.svg';
import backgroundMusic from './sounds/backgroundMusic.mp3';
import musicBackground from './sounds/backgroundMusic.mp3';
import click from './sounds/click.wav';

class App extends Component {
Expand Down

0 comments on commit c546ab7

Please sign in to comment.