import { useSelector } from "react-redux"; import config from "../config"; import { GoPrimitiveDot } from 'react-icons/go'; import { skeleton } from "../helpers/utils"; const Experience = () => { const loading = useSelector(state => state.loading); const renderSkeleton = () => { let array = []; for (let index = 0; index < 2; index++) { array.push((