import React from "react"; import ReactLoading from "react-loading"; import { Typography, Grid } from "@material-ui/core"; export default function () { return ( Loading... ); }