import React from 'react'; const LoadingPage = () => (
Loading...
); export default LoadingPage;