export default function HealthPage() {
  return <div>Yay im healthy</div>;
}
