diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-06-03 19:27:29 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-06-03 19:27:29 +0200 |
| commit | e52dcc61ed433980d760a050ff14852a05676b96 (patch) | |
| tree | 8af65e8261971bfba5130aae20df557b7bb1c54e /frontend/common/index.js | |
| parent | 3e9de575501fd1945b8341f7a4e3a89b73e3cb03 (diff) | |
image/text form
Diffstat (limited to 'frontend/common/index.js')
| -rw-r--r-- | frontend/common/index.js | 2 |
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' |
