v2-ui #75

Merged
Vishnu merged 33 commits from v2-ui into main 2025-05-03 12:47:21 +00:00
Showing only changes of commit 846350728f - Show all commits

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