add backend api and socket for conveyor events

This commit is contained in:
2025-04-01 18:52:21 +05:30
parent 526befad20
commit 2043712f5d
8 changed files with 15 additions and 47 deletions

View File

@@ -13,6 +13,7 @@ function Simulation() {
const [processes, setProcesses] = useState([]);
useEffect(() => {
// console.log('simulationPaths: ', simulationPaths);
}, [simulationPaths]);
// useEffect(() => {