import React from 'react'; const Loading = (props) => { return (
); }; export default Loading;