// Rover Spectator Card // Purpose: Defines the Rover Spectator Card module and the local helpers/components used in this file. // Scope: Keeps behavior unchanged while isolating this concern into a clear, single-responsibility unit. import SpectateVideo from '../../../components/SpectateVideo/index.jsx'; export default function RoverSpectatorCard({ rover }) { return (
); }