summaryrefslogtreecommitdiff
path: root/frontend/common/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/common/index.js')
-rw-r--r--frontend/common/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/common/index.js b/frontend/common/index.js
index 9a11eba..d33442a 100644
--- a/frontend/common/index.js
+++ b/frontend/common/index.js
@@ -3,7 +3,7 @@ export {
MenuButton, SmallMenuButton, MenuRoute,
} from './menubutton.component'
export {
- Select, Checkbox, FileInput, FileInputField,
+ Select, Checkbox, Radio, FileInput, FileInputField,
TextInput, NumberInput, TextArea, SubmitButton,
LabelDescription,
} from './form.component'