updated simulation player
This commit is contained in:
@@ -60,11 +60,11 @@ const Project: React.FC = () => {
|
||||
|
||||
return (
|
||||
<div className="project-main">
|
||||
<div className="analysis">
|
||||
{/* <ProductionCapacity />
|
||||
<ThroughputSummary /> */}
|
||||
{/* <div className="analysis">
|
||||
<ProductionCapacity />
|
||||
<ThroughputSummary />
|
||||
<ROISummary />
|
||||
</div>
|
||||
</div> */}
|
||||
<KeyPressListener />
|
||||
{/* {loadingProgress && <LoadingPage progress={loadingProgress} />} */}
|
||||
{!isPlaying && (
|
||||
|
||||
Reference in New Issue
Block a user