import React from 'react'; import styled from 'styled-components'; import config from '../../config'; const Recaptcha = styled.div` display: block; margin: 32px 0; `; const ShortenerCaptcha = () => ( ); export default ShortenerCaptcha;