feat: Enhance EventProperties and mechanics components with new state management and action handling; add DelayAction component and remove unused IkInstances

This commit is contained in:
2025-04-24 19:15:36 +05:30
parent a305c3c006
commit 4310b473d0
8 changed files with 481 additions and 152 deletions

View File

@@ -1,14 +0,0 @@
import React from 'react'
import IKInstance from './ikInstance/ikInstance';
function IkInstances() {
return (
<>
<IKInstance />
</>
)
}
export default IkInstances;