feat: Enhance Robotic Arm functionality with state management and action handling
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import React from 'react'
|
||||
|
||||
function RoboticArmAnimator() {
|
||||
function RoboticArmAnimator({ armUuid, HandleCallback, currentPhase }: any) {
|
||||
return (
|
||||
<></>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user