export default function Footer({ status }: { status: 'healthy' | 'restarting' }) { return ( ); }