Refactor style

This commit is contained in:
MD. Ariful Alam
2021-08-25 02:48:30 +06:00
parent fac3686168
commit a317e716c5
5 changed files with 118 additions and 64 deletions

View File

@@ -2,9 +2,7 @@ import { Fragment } from "react";
import { useSelector } from "react-redux";
import { languageColor, skeleton } from "../helpers/utils";
import { AiFillStar, AiOutlineFork } from 'react-icons/ai';
import { VscSourceControl } from 'react-icons/vsc';
import config from "../config";
import { CgGitFork } from "react-icons/cg";
const LIMIT = 8;