export default class Trends extends PureComponent {

  static propTypes = {
    limit: PropTypes.number.isRequired,
  };