Skip to content

Instantly share code, notes, and snippets.

@mxdi9i7
Last active November 7, 2018 03:48
Show Gist options
  • Save mxdi9i7/a34640a8207a0c43585a229f9f777a70 to your computer and use it in GitHub Desktop.
Save mxdi9i7/a34640a8207a0c43585a229f9f777a70 to your computer and use it in GitHub Desktop.
example location file
export const locations = [
{
address: '123 main street',
city: 'New York City',
email: 'peter@bctc.io',
phone: '1820228281'
},
{
...
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment