import { Container, Grid } from '@material-ui/core'; import * as React from 'react'; export const Loading = () => { return (

Loading....

); };