import * as React from "react"; function Week(props: any) { return (
{props.week}
); } export default Week;