feat: Enhance simulation event handling and material management with new components and state management
This commit is contained in:
@@ -5,6 +5,9 @@ import Vehicles from './vehicle/vehicles';
|
||||
import Points from './events/points/points';
|
||||
import Conveyor from './conveyor/conveyor';
|
||||
import RoboticArm from './roboticArm/roboticArm';
|
||||
import Materials from './materials/materials';
|
||||
import Machine from './machine/machine';
|
||||
import StorageUnit from './storageUnit/storageUnit';
|
||||
|
||||
function Simulation() {
|
||||
const { events } = useEventsStore();
|
||||
@@ -23,11 +26,17 @@ function Simulation() {
|
||||
|
||||
<Points />
|
||||
|
||||
<Materials />
|
||||
|
||||
<Conveyor />
|
||||
|
||||
<Vehicles />
|
||||
|
||||
<RoboticArm />
|
||||
|
||||
<Conveyor />
|
||||
<Machine />
|
||||
|
||||
<StorageUnit />
|
||||
|
||||
</>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user