import { Box, CircularProgress } from '@mui/material'; export const Loader = () => { return ( ); };