import React from "react"; const RackConstructionComponent = ({inRackConstructionMode, onStart, onStop}) => { if (inRackConstructionMode) { return (