feat: Add Simulator component to simulation and enable event logging

This commit is contained in:
2025-04-23 18:25:49 +05:30
parent 22fb00f731
commit 0f716d64a6
3 changed files with 80 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
import React from 'react'
function Simulator() {
return (
<>
</>
)
}
export default Simulator