import * as React from "react"; function DailyItem(props: any) { return (

{props.daily_text}

) } export default DailyItem