feat: Enhance Robotic Arm functionality with state management and action handling

This commit is contained in:
SreeNath14
2025-04-24 09:47:44 +05:30
parent 04f91585e6
commit 4e652bb48e
6 changed files with 319 additions and 167 deletions

View File

@@ -1,6 +1,6 @@
import React from 'react'
function RoboticArmAnimator() {
function RoboticArmAnimator({ armUuid, HandleCallback, currentPhase }: any) {
return (
<></>
)