From 60858f2bf231ae108e753bad270f8e4650ec32b7 Mon Sep 17 00:00:00 2001 From: jpdriver Date: Mon, 22 May 2017 13:54:57 +0100 Subject: [PATCH] don't export default --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 3404b2a..1c74732 100644 --- a/src/index.js +++ b/src/index.js @@ -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 }