import React from "react"; import { useHealthState } from "context"; import { intl } from "locale"; function Footer() { const { health } = useHealthState(); return ( ); } export { Footer };