import { CircularProgress, Grid } from '@material-ui/core' import { ReactElement } from 'react' export function Waiting(): ReactElement { return ( ) }