import React from 'react'; function SongCard({ song }) { return (
{song.title}

{song.title}

{song.artist}

); } export default SongCard;