Created
August 7, 2018 21:46
-
-
Save manoelneto/01c50b702d6c185311ed3c40e7a0bbb1 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 myComponent = ({router, anotherFunc}) => { | |
... | |
} | |
export default withRouter(myComponent); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment