Skip to content

Commit

Permalink
Fix default lib export
Browse files Browse the repository at this point in the history
  • Loading branch information
Ari Bouius committed May 26, 2017
1 parent 1db354e commit c07f99f
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
@@ -1,4 +1,4 @@
export default from './themed'
export { default } from './themed'
export { default as themed } from './themed'
export { default as Theme } from './ThemeProvider'
export { default as ThemeProvider } from './ThemeProvider'
Expand Down

0 comments on commit c07f99f

Please sign in to comment.