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