const [currentlyPlayingSong, setCurrentlyPlayingSong] = useState({name: null, id: null, artists: [], imageUrl: null}); const [recommendedSong, setRecommended