-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.js
More file actions
22 lines (22 loc) · 751 Bytes
/
index.js
File metadata and controls
22 lines (22 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// const cards = [
// {
// name: "Somebody",
// url: "https://innerharbouroptometry.com/wp-content/uploads/2016/05/photo-1438761681033-6461ffad8d80-1030x687.jpe",
// likes: 2
// },
// {
// name: "Somebody Else",
// url: "https://innerharbouroptometry.com/wp-content/uploads/2016/05/photo-1438761681033-6461ffad8d80-1030x687.jpe",
// likes: 3
// },
// {
// name: "Same Person",
// url: "https://innerharbouroptometry.com/wp-content/uploads/2016/05/photo-1438761681033-6461ffad8d80-1030x687.jpe",
// likes: 4
// },
// {
// name: "Another Person",
// url: "https://innerharbouroptometry.com/wp-content/uploads/2016/05/photo-1438761681033-6461ffad8d80-1030x687.jpe",
// likes: 12
// }
// ];