import React, { lazy, Suspense } from 'react'; import ReactDOM from 'react-dom'; import './index.css'; function LoadingView(props) { return (