Enhance MachineMechanics and InputWithDropDown components; add connections to path interfaces

This commit is contained in:
2025-03-27 12:24:15 +05:30
parent 6b92b6c235
commit 2dfd34f27b
8 changed files with 32 additions and 25 deletions

View File

@@ -55,7 +55,7 @@ const Project: React.FC = () => {
<SideBarRight />
<RealTimeVisulization />
{activeModule !== "market" && <Tools />}
<SimulationUI />
{/* <SimulationUI /> */}
</div>
);
};