You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
205 B

module.exports = [
{
id:1,
distance: 0.5,
date: new Date('2016-1-1')
},
{
id:2,
distance: 1.5,
date: new Date('2016-2-1')
},
{
id:1,
distance: 2.5,
date: new Date('2016-3-1')
},
];