Files
socialhose-php/frontend/app/components/common/FormControls/index.js
T
2022-12-09 08:36:26 -06:00

6 lines
143 B
JavaScript

import Input from './Input'
import Checkbox from './Checkbox'
import RadioButton from './RadioButton'
export { Input, Checkbox, RadioButton }