feat: Enhance simulation event handling and material management with new components and state management
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import React from 'react'
|
||||
import MachineInstance from './machineInstance/machineInstance'
|
||||
|
||||
function MachineInstances() {
|
||||
return (
|
||||
<>
|
||||
|
||||
<MachineInstance />
|
||||
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
export default MachineInstances
|
||||
Reference in New Issue
Block a user