import React from 'react'; import Spinner from 'react-spinner-material'; const Loading = () => { return (
); } export default Loading;