import Box from '@mui/material/Box' import CircularProgress from '@mui/material/CircularProgress' export function Loading() { return ( ) }