Skip to content

Instantly share code, notes, and snippets.

@abustamam
Created August 17, 2018 20:04
Show Gist options
  • Save abustamam/8ea5197dc0b3f982e6c0d08df24a1816 to your computer and use it in GitHub Desktop.
Save abustamam/8ea5197dc0b3f982e6c0d08df24a1816 to your computer and use it in GitHub Desktop.
numbers.js
import { one, two } from 'numbers'
import one from './one'
import two from './two'
export { one, two }
export default 1
export default 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment