Created
August 14, 2016 07:33
-
-
Save chuck0523/d007f6d3c11fec7ba7a9cbe683d9ecd1 to your computer and use it in GitHub Desktop.
This file contains 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
export const hello = () => { | |
console.log('hello') | |
} | |
export const yey = () => { | |
console.log('yey') | |
} | |
export default greet = () => { | |
console.log('hey') | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment