UNPKG

jabb-astro-components

Version:
11 lines (9 loc) 336 B
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 };