Skip to content

Commit

Permalink
don't export default
Browse files Browse the repository at this point in the history
  • Loading branch information
jpdriver authored May 22, 2017
1 parent bc68b53 commit 60858f2
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 @@ -12,4 +12,4 @@ import Legend from './Legend'
import RadioButton from './RadioButton'
import Textarea from './Textarea'

export default { Actions, Button, Checkbox, Column, Control, Fieldset, Form, Grid, Input, Label, Legend, RadioButton, Textarea }
export { Actions, Button, Checkbox, Column, Control, Fieldset, Form, Grid, Input, Label, Legend, RadioButton, Textarea }

0 comments on commit 60858f2

Please sign in to comment.