docbrown/app/javascript/crayons/formElements/index.js
Nick Taylor 29951e05e3
Created the <RadioButton /> and <FormField /> components. (#7112)
* Created the <RadioButton /> and <FormField /> components.
2020-04-08 15:04:54 -04:00

2 lines
60 B
JavaScript

export * from './FormField';
export * from './RadioButton';