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