import { CircularProgress } from "@mui/material"; import React from "react"; function LoadingComponent({ children, loading }) { return (