const HealthPage = () => { const commit = process.env.NEXT_PUBLIC_COMMIT_HASH; return
{commit}
; }; export default HealthPage;