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