import Checkboxes from './Checkboxes'; import TextInput from './TextInput'; const Field = { Checkboxes, TextInput }; export default Field;