import Box from '@mui/material/Box'; import LinearProgress from '@mui/material/LinearProgress'; export default function LinearIndeterminate() { return ( ); }