import React from 'react'; import SoundPlayer from './SoundPlayer'; const App = () => { return ; }; export default App;