import React from 'react'; import './LoadingView.css'; const LoadingView = () => { return (
); }; export default LoadingView;