Skip to content

Commit

Permalink
Fix Hover Export
Browse files Browse the repository at this point in the history
  • Loading branch information
casesandberg committed Mar 7, 2017
1 parent 211b8aa commit 81d4a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import flattenNames from './flattenNames'
import mergeClasses from './mergeClasses'
import autoprefix from './autoprefix'

export { handleHover as hover } from './components/hover'
export hover from './components/hover'
export handleHover from './components/hover'
export handleActive from './components/active'
export loop from './loop'
Expand Down

0 comments on commit 81d4a1f

Please sign in to comment.