Remove unused armBots reference from ArmBotUI component

This commit is contained in:
Jerald-Golden-B 2025-05-03 10:39:43 +05:30
parent 03fcc62238
commit 846350728f
1 changed files with 0 additions and 1 deletions

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();