import React from 'react' import constants from '../constants' export default function Sleep() { const hours = new Date().getHours() if (hours < 4 || hours > 23) { return (