import { getFormStyles } from './getFormStyles';
import { Label } from './Label';
import { Input } from './Input/Input';
import { Select } from './Select/Select';
import { Form } from './Form';
import { Field } from './Field';
import { Button } from './Button';
const Forms = {
getFormStyles,
Label,
Input,
Form,
Field,
Button,
Select,
};
export default Forms;