updated simulation player

This commit is contained in:
Nalvazhuthi
2025-04-29 17:54:36 +05:30
100 changed files with 5726 additions and 1665 deletions

View File

@@ -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 && (