6 lines
157 B
TypeScript
6 lines
157 B
TypeScript
|
|
import CircularProgress from '@mui/material/CircularProgress';
|
||
|
|
|
||
|
|
export default function CircularUnderLoad() {
|
||
|
|
return <CircularProgress disableShrink />;
|
||
|
|
}
|