added useframe

This commit is contained in:
2025-04-23 12:31:37 +05:30
parent 4ad5e1255b
commit 71effecb32
2 changed files with 28 additions and 9 deletions

View File

@@ -58,7 +58,7 @@ function VehicleInstance({ agvDetails }: any) {
return (
<>
<VehicleAnimator path={path} handleCallBack={handleCallBack} currentPhase={currentPhase} agvUuid={agvDetails?.modelUUID} />
<VehicleAnimator path={path} handleCallBack={handleCallBack} currentPhase={currentPhase} agvUuid={agvDetails?.modelUuid} />
</>
)