import BasicWindow from "../../Components/BasicWindow"; import Button from "../../Components/Button"; import NewWeeklyReport from "../../Components/NewWeeklyReport"; import { Link } from "react-router-dom"; function UserNewTimeReportPage(): JSX.Element { const content = ( <>

New Time Report

); const buttons = ( <>