lbry-desktop/ui/component/common/form.jsx

5 lines
225 B
React
Raw Normal View History

2018-03-26 23:32:43 +02:00
export { Form } from './form-components/form';
export { FormField } from './form-components/form-field';
export { FormFieldPrice } from './form-components/form-field-price';
export { Submit } from './form-components/submit';