import React from 'react' import { Container } from '@toptal/picasso' import { SPACING_4 } from '@toptal/picasso-utils' import { FormNonCompound, Input, SubmitButton } from '@toptal/picasso-forms' const failWithAnError = () => ({ fieldName: 'This form will always blame on a wrong user name', }) const NoScrollingExample = () => ( Submit Submit ) export default NoScrollingExample