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