import { memo } from 'react'; import { Box, CircularProgress } from '@mui/material'; const LazyLoader = memo(() => ( )); export default LazyLoader;