Skip to content

Instantly share code, notes, and snippets.

@korvus
Created December 3, 2017 14:58
Show Gist options
  • Save korvus/56476620335fdcff0f74e62d146c34a1 to your computer and use it in GitHub Desktop.
Save korvus/56476620335fdcff0f74e62d146c34a1 to your computer and use it in GitHub Desktop.
Multiple export
export const elt1 = () => (<div>Elt 1</div>)
export const elt2 = () => (<div>Elt 1</div>)
/****/
import {elt1, elt2} from './myfile';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment