import { useContext } from "react" import { PlayerContext } from "../context/PlayerContext" const SongItem = ({name,image,desc,id}) => { const {playWithId} = useContext(PlayerContext) return (
{name}
{desc}