// TopBar — sticky header for the dashboard. function TopBar({ clock }) { return (
TRM Dashboard
LIVE · 1 EVENT {clock}
JR
); } window.TopBar = TopBar;