import BasicWindow from "../../Components/BasicWindow"; import BackButton from "../../Components/BackButton"; import ViewWeeklyReport from "../../Components/ViewWeeklyReport"; function UserEditTimeReportPage(): JSX.Element { const content = ( <>

Edit Time Report

); const buttons = ( <> ); return ; } export default UserEditTimeReportPage;