import { Box, Skeleton } from "@mui/material"; const ProposalCardLoader = () => { return ( ); }; export default ProposalCardLoader;