File size: 1,124 Bytes
6f7ef5c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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;