Refactor robotic arm and conveyor action handlers for improved functionality and performance; add despawn handler and update state management
This commit is contained in:
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user