Skip to content

Instantly share code, notes, and snippets.

@hurali97
Created July 20, 2019 12:17
Show Gist options
  • Save hurali97/95564bf2643c7dc7d8a77e45cca4481b to your computer and use it in GitHub Desktop.
Save hurali97/95564bf2643c7dc7d8a77e45cca4481b to your computer and use it in GitHub Desktop.
Mock Data
let names =
[
{
id: 0,
name: 'David'
},
{
id: 1,
name: 'John'
}
];
module.exports = names;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment