Refactor simulation components and UI integration
This commit is contained in:
@@ -16,7 +16,7 @@ import {
|
||||
useLoadingProgress,
|
||||
} from "../store/store";
|
||||
import { useNavigate } from "react-router-dom";
|
||||
// import SimulationUI from "../modules/simulation/simulationUI";
|
||||
import SimulationUI from "../modules/simulation/simulationUI";
|
||||
import LoadingPage from "../components/templates/LoadingPage";
|
||||
|
||||
const Project: React.FC = () => {
|
||||
@@ -55,7 +55,7 @@ const Project: React.FC = () => {
|
||||
<SideBarRight />
|
||||
<RealTimeVisulization />
|
||||
{activeModule !== "market" && <Tools />}
|
||||
{/* <SimulationUI /> */}
|
||||
<SimulationUI />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user