Remove unused armBots reference from ArmBotUI component

This commit is contained in:
2025-05-03 10:39:43 +05:30
parent 03fcc62238
commit 846350728f

View File

@@ -22,7 +22,6 @@ const ArmBotUI = () => {
const { getEventByModelUuid, updateAction, getActionByUuid } = useProductStore();
const { selectedEventData } = useSelectedEventData();
const { selectedProduct } = useSelectedProduct();
const { armBots } = useArmBotStore();
const { scene } = useThree();
const { selectedAction } = useSelectedAction();