Add heading to Edit Time Report page

This commit is contained in:
Mattias 2024-03-21 12:37:44 +01:00
parent a31a50965f
commit 9f931a2643
2 changed files with 1 additions and 1 deletions

View file

@ -5,7 +5,6 @@ import EditWeeklyReport from "../../Components/EditWeeklyReport";
function UserEditTimeReportPage(): JSX.Element {
const content = (
<>
<h1 className="font-bold text-[30px] mb-[20px]">Edit Time Report</h1>
<EditWeeklyReport />
</>
);