-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.txt
75 lines (38 loc) · 1.05 KB
/
data.txt
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
[
{
id: 1,
image: 'https://images.neimanmarcus.com/ca/1/product_assets/B/3/T/5/S/NMB3T5S_au.jpg',
description: 'Description 1',
price: 10.00
},
{
id: 2,
image: 'https://images.neimanmarcus.com/ca/1/product_assets/B/3/T/5/S/NMB3T5S_au.jpg',
description: 'Description 2',
price: 20.55
},
{
id: 3,
image: 'https://images.neimanmarcus.com/ca/1/product_assets/B/3/T/5/S/NMB3T5S_au.jpg',
description: 'Description 3',
price: 30.76
},
{
id: 4,
image: 'https://images.neimanmarcus.com/ca/1/product_assets/B/3/T/5/S/NMB3T5S_au.jpg',
description: 'Description 4',
price: 46.05
},
{
id: 5,
image: 'https://images.neimanmarcus.com/ca/1/product_assets/B/3/T/5/S/NMB3T5S_au.jpg',
description: 'Description 5',
price: 55.90
},
{
id: 6,
image: 'https://images.neimanmarcus.com/ca/1/product_assets/B/3/T/5/S/NMB3T5S_au.jpg',
description: 'Description 6',
price: 125.70
}
]