import { CircularProgress } from "@mui/material"; function Loading() { return (
); } export default Loading;