const songs = [ { title: "Loved by the best", album: "Love songs", artists: ["Don Williams,", "Kenny Rogers"], duration: "03:14", }, { title: "Loved by the best", album: "Love songs", artists: ["Don Williams"], duration: "03:14", }, { title: "Loved by the best", album: "Love songs", artists: ["Don Williams"], duration: "03:14", }, ]; export default { songs }