src/components/Inputs/index.js
export { default as Select } from './Select';
export { default as Input } from './Input';
export { default as SwitchInput } from './SwitchInput';
export { default as TextArea } from './TextArea';
export { default as ComboBox } from './ComboBox';
export { default as AutoAddress } from './AutoAddress';
export { default as LabeledInput } from './LabeledInput';
