import React from "react" import PropTypes from "prop-types" import { TorrentsStat } from "./torrentsStat" export const Stat = ({ name, count, torrentCount, torrentCountById }) => (