Refactor robotic arm and conveyor action handlers for improved functionality and performance; add despawn handler and update state management

This commit is contained in:
2025-05-07 17:45:59 +05:30
parent ff5de28d49
commit 9383296684
17 changed files with 234 additions and 76 deletions

View File

@@ -7,7 +7,6 @@ interface SkeletonUIProps {
// Define the SkeletonUI component
const SkeletonUI: React.FC<SkeletonUIProps> = ({ type }) => {
console.log("type: ", type);
// Function to render skeleton content based on 'type'
const renderSkeleton = () => {