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