-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathdata.js
66 lines (66 loc) · 1.2 KB
/
data.js
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
export const data = [
{
id: "5f832341cc119a50d1adb972",
picture: "http://placehold.it/32x32",
name: {
first: "Goff",
last: "Robbins",
},
},
{
id: "5f832341e1d0f20fc283177a",
picture: "http://placehold.it/32x32",
name: {
first: "Pickett",
last: "Burks",
},
},
{
id: "5f832341daae2cc0af8610a4",
picture: "http://placehold.it/32x32",
name: {
first: "Taylor",
last: "Campos",
},
},
{
id: "5f832341ef54dda7b80930da",
picture: "http://placehold.it/32x32",
name: {
first: "Nolan",
last: "Bright",
},
},
{
id: "5f8323410a6b9155385bd47d",
picture: "http://placehold.it/32x32",
name: {
first: "Fran",
last: "Buchanan",
},
},
{
id: "5f8323416ecbb23bb925363a",
picture: "http://placehold.it/32x32",
name: {
first: "Vonda",
last: "Nieves",
},
},
{
id: "5f832341eee9783dfccbfa6d",
picture: "http://placehold.it/32x32",
name: {
first: "Sheree",
last: "Reynolds",
},
},
{
id: "5f832341c0b0131eeade1b00",
picture: "http://placehold.it/32x32",
name: {
first: "Lilian",
last: "Russell",
},
},
];