import React from 'react' import { CircularProgress, Typography } from '@mui/material' export default function Loading() { return (
Loading...
) }