import { fallbackImage, skeleton } from "../helpers/utils"; import LazyImage from "./LazyImage"; import PropTypes from 'prop-types'; import { useContext } from "react"; import { LoadingContext } from "../contexts/LoadingContext"; const AvatarCard = (props) => { const [loading] = useContext(LoadingContext); return (