Created
April 20, 2016 02:42
-
-
Save sammylupt/92547dbcd56b2591771e4fbbfcf5c8f1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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