import React from 'react'; import styled from 'styled-components'; import config from '../../config'; const Recaptcha = styled.div` display: flex; margin: 54px 0 16px; `; const ReCaptcha = () => ( ); export default ReCaptcha;