Skip to content

Commit

Permalink
fix(button): wrong export method
Browse files Browse the repository at this point in the history
  • Loading branch information
crsten committed Aug 13, 2018
1 parent e4ecd94 commit a25c828
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { ButtonComponent } from './button'

export default {
ButtonComponent,
}
export { ButtonComponent }

0 comments on commit a25c828

Please sign in to comment.