feat: Add Simulator component to simulation and enable event logging
This commit is contained in:
11
app/src/modules/simulation/simulator/simulator.tsx
Normal file
11
app/src/modules/simulation/simulator/simulator.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import React from 'react'
|
||||
|
||||
function Simulator() {
|
||||
return (
|
||||
<>
|
||||
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
export default Simulator
|
||||
Reference in New Issue
Block a user