diff --git a/src/components/experience/index.jsx b/src/components/experience/index.jsx new file mode 100644 index 0000000..9b40896 --- /dev/null +++ b/src/components/experience/index.jsx @@ -0,0 +1,94 @@ +import { GoPrimitiveDot } from 'react-icons/go'; +import { useContext } from 'react'; +import { LoadingContext } from '../../contexts/LoadingContext'; +import { skeleton } from '../../helpers/utils'; +import config from '../../ezprofile.config'; + +const Experience = () => { + const [loading] = useContext(LoadingContext); + + const renderSkeleton = () => { + let array = []; + for (let index = 0; index < 2; index++) { + array.push( +