Skip to content

Instantly share code, notes, and snippets.

@sammylupt
Created April 20, 2016 02:42
Show Gist options
  • Save sammylupt/92547dbcd56b2591771e4fbbfcf5c8f1 to your computer and use it in GitHub Desktop.
Save sammylupt/92547dbcd56b2591771e4fbbfcf5c8f1 to your computer and use it in GitHub Desktop.
function addProduct(product) {
return {
type: ADD_PRODUCT,
data: product
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment