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