import { Box, Typography } from '@mui/material'; const SuspenseFallback = () => { return ( Loading div': { backgroundColor: 'primary.main', margin: '4px', width: 8, height: 8, borderRadius: '100%', display: 'inline-block', WebkitAnimation: 'fuse-bouncedelay 1s infinite ease-in-out both', animation: 'fuse-bouncedelay 1s infinite ease-in-out both', '&.bounce1': { WebkitAnimationDelay: '-0.32s', animationDelay: '-0.32s' }, '&.bounce2': { WebkitAnimationDelay: '-0.16s', animationDelay: '-0.16s' } } }} > ); }; export default SuspenseFallback;