Last active
January 2, 2018 20:51
-
-
Save rxluz/2f1c1849d3c0798a89f196093bc01ac3 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
const save = (id) => { | |
//your save code here | |
return { | |
goToUserProfile: () => window.location.replace(`myurl.example/profile`) | |
} | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment