Skip to content

Commit

Permalink
Rewriting the export
Browse files Browse the repository at this point in the history
  • Loading branch information
Christiaan Braad committed May 3, 2019
1 parent 0194210 commit d0b8c68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import createGlobalStore from './createGlobalStore'
import { lens, lensProp, lensPath } from 'ramda'

export lens
export lensProp
export lensPath
export { lens as lens }
export { lensProp as lensProp }
export { lensPath as lensPath }

export default createGlobalStore

0 comments on commit d0b8c68

Please sign in to comment.