This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export const albums = [ | |
{ albumName: "Showbiz", albumId: "album1" }, | |
{ albumName: "Origin of Symmetry", albumId: "album2" }, | |
{ albumName: "Absolution", albumId: "album3" }, | |
{ albumName: "Black Holes And Revelations", albumId: "album4" }, | |
{ albumName: "The Resistance", albumId: "album5" }, | |
{ albumName: "The 2nd Law ", albumId: "album6" }, | |
{ albumName: "Drones", albumId: "album7" }, | |
{ albumName: "Simulation Theory", albumId: "album8" } | |
] |