// @mui import Box, { BoxProps } from '@mui/material/Box'; import LinearProgress from '@mui/material/LinearProgress'; // ---------------------------------------------------------------------- export default function LoadingScreen({ sx, ...other }: BoxProps) { return ( ); }