accounts-frontend/src/components/ui/form/index.js

12 lines
181 B
JavaScript
Raw Normal View History

2016-05-02 12:45:42 +05:30
import Input from './Input';
import Checkbox from './Checkbox';
import Button from './Button';
import Form from './Form';
export {
Input,
Button,
Checkbox,
Form
};