summaryrefslogtreecommitdiff
path: root/frontend/common/index.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-06-03 19:27:29 +0200
committerJules Laplace <julescarbon@gmail.com>2020-06-03 19:27:29 +0200
commite52dcc61ed433980d760a050ff14852a05676b96 (patch)
tree8af65e8261971bfba5130aae20df557b7bb1c54e /frontend/common/index.js
parent3e9de575501fd1945b8341f7a4e3a89b73e3cb03 (diff)
image/text form
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'