@@ -87,16 +86,15 @@ export default {
\ No newline at end of file
diff --git a/src/data/songs.js b/src/data/songs.js
index 3327765..2690f05 100644
--- a/src/data/songs.js
+++ b/src/data/songs.js
@@ -1,54 +1,53 @@
-const songs = [
- {
- title: "Loved by the best and if you don't fkn fsfsd",
- 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",
- },
- {
- 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",
- },
- {
- 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",
- },
+const songs = [{
+ title: "Loved by the best and if you don't fkn fsfsd",
+ 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",
+ },
+ {
+ 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",
+ // },
+ // {
+ // 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
+ songs
}
\ No newline at end of file