Created
December 29, 2022 01:29
-
-
Save DoctorDerek/08bbd5cd3a9421027cb242cf30bf1cfb 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
// Export default const in JavaScript and TypeScript | |
const Banana = () => (<div>🍌</div>) | |
export default Banana // Has to be on a separate line |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment