import { headers } from "next/headers"; export default function DailyTime(props: {time: string}) { return(

{props.time}

) }