import { getFormStyles } from './getFormStyles';
import { Label } from './Label';
import { Input } from './Input/Input';
const Forms = {
getFormStyles,
Label: Label,
Input: Input,
};
export default Forms;