Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DoctorDerek/08bbd5cd3a9421027cb242cf30bf1cfb to your computer and use it in GitHub Desktop.
Save DoctorDerek/08bbd5cd3a9421027cb242cf30bf1cfb to your computer and use it in GitHub Desktop.
// 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