diff --git a/src/components/project/index.jsx b/src/components/project/index.jsx index f89fd12..e46a0ca 100644 --- a/src/components/project/index.jsx +++ b/src/components/project/index.jsx @@ -1,8 +1,8 @@ -import { Fragment } from 'react'; -import { AiOutlineStar, AiOutlineFork } from 'react-icons/ai'; import PropTypes from 'prop-types'; -import { ga, languageColor, skeleton } from '../../helpers/utils'; +import { Fragment } from 'react'; +import { AiOutlineFork, AiOutlineStar } from 'react-icons/ai'; import { MdInsertLink } from 'react-icons/md'; +import { ga, languageColor, skeleton } from '../../helpers/utils'; const Project = ({ repo, loading, github, googleAnalytics }) => { if (!loading && Array.isArray(repo) && repo.length === 0) { @@ -89,7 +89,7 @@ const Project = ({ repo, loading, github, googleAnalytics }) => {