import DownloadCount from './base/download-count' type Props = { downloadCount: number tags: string[] } const CardMoreInfo = ({ downloadCount, tags, }: Props) => { return (