import React from 'react'; import { formatTime } from '../utils/formatters'; const MachinesCard = ({ machines, onShowHelp }) => { if (!machines || machines.length === 0) { return (
No machines detected