import { FormattedMessage } from 'react-intl'; const loadMoreStyle = { display: 'block', color: '#616b86', textAlign: 'center', padding: '15px', textDecoration: 'none' }; const LoadMore = ({ onClick }) => ( ); LoadMore.propTypes = { onClick: React.PropTypes.func }; export default LoadMore;