feat: Refactor simulation components and enhance product management with new features
This commit is contained in:
@@ -9,6 +9,7 @@ import Materials from './materials/materials';
|
||||
import Machine from './machine/machine';
|
||||
import StorageUnit from './storageUnit/storageUnit';
|
||||
import Simulator from './simulator/simulator';
|
||||
import Products from './products/products';
|
||||
|
||||
function Simulation() {
|
||||
const { events } = useEventsStore();
|
||||
@@ -27,6 +28,8 @@ function Simulation() {
|
||||
|
||||
<Points />
|
||||
|
||||
<Products />
|
||||
|
||||
<Materials />
|
||||
|
||||
<Conveyor />
|
||||
|
||||
Reference in New Issue
Block a user