import Text from './Text';
import TextArea from './TextArea';
import Email from './Email';
import Password from './Password';
import Response from './Response';
import Select from './Select';
import Label from './Label';
import Id from './Id';

export default { Text, Label, Password, Response, Email, Select, TextArea, Id };
