import { Fragment } from 'react'; import { AiOutlineStar, AiOutlineFork } from 'react-icons/ai'; import PropTypes from 'prop-types'; import { ga, languageColor, skeleton } from '../../helpers/utils'; const Project = ({ repo, loading, github, googleAnalytics }) => { const renderSkeleton = () => { let array = []; for (let index = 0; index < github.limit; index++) { array.push(
{item.description}