import React from 'react'; import PropTypes from 'prop-types'; import './LoadMoreBtn.css'; const LoadMoreBtn = ({ text, onClick }) => (
{text}