Skip to content

Commit

Permalink
removing unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
janibehm committed Oct 17, 2023
1 parent f1e291d commit 6ef74c7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 21 deletions.
16 changes: 0 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"react": "^18.2.0",
"react-audio-spectrum3": "^0.2.3",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4"
Expand Down
5 changes: 1 addition & 4 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ import { ReactComponent as SpeakerOnIcon } from './SpeakerOnIcon.svg';
import { ReactComponent as SpeakerOffIcon } from './SpeakerOffIcon.svg';
import backgroundMusic from './sounds/backgroundMusic.mp3';
import click from './sounds/click.wav';
/* import AudioVisualizer from './components/AudioVisualizer'; */
/* import ReactAudioSpectrum from 'react-audio-spectrum3';
*/
const musicBackground = new Audio(backgroundMusic);

class App extends Component {
constructor(props) {
Expand Down Expand Up @@ -222,6 +218,7 @@ class App extends Component {
</button>
</div>
<div className='circles'>{circleComponents} </div>
<AudioVisualizer />
</header>
</div>
);
Expand Down

0 comments on commit 6ef74c7

Please sign in to comment.