Spaces:
Sleeping
Sleeping
| import TheGreatestShowmanReimagined from "../Images/Albums/TheGreatestShowmanReimagined.jpeg"; | |
| import TheTorturedPoetsDepartment from "../Images/Albums/TheTorturedPoetsDepartment.jpeg"; | |
| import DoNotForgetAboutMe from "../Images/Albums/DoNotForgetAboutMe.jpeg"; | |
| import Melodrama from "../Images/Albums/Melodrama.jpeg"; | |
| import Bewitched from "../Images/Albums/Bewitched.jpeg"; | |
| import NormanFuckingRockwell from "../Images/Albums/NormanFuckingRockwell.jpeg"; | |
| import DawnFM from "../Images/Albums/DawnFM.jpeg"; | |
| import NightVisions from "../Images/Albums/NightVisions.jpeg"; | |
| import GUTS from "../Images/Albums/GUTS.jpeg"; | |
| import KidKrow from "../Images/Albums/KidKrow.jpeg"; | |
| const AlbumImageArr = [ | |
| { id: 11, image: TheGreatestShowmanReimagined }, | |
| { id: 12, image: TheTorturedPoetsDepartment }, | |
| { id: 13, image: DoNotForgetAboutMe }, | |
| { id: 14, image: Melodrama }, | |
| { id: 15, image: Bewitched }, | |
| { id: 16, image: NormanFuckingRockwell }, | |
| { id: 17, image: DawnFM }, | |
| { id: 18, image: NightVisions }, | |
| { id: 19, image: GUTS }, | |
| { id: 20, image: KidKrow }, | |
| ]; | |
| export default AlbumImageArr; |