Add heading to Edit Time Report page
This commit is contained in:
parent
a31a50965f
commit
9f931a2643
2 changed files with 1 additions and 1 deletions
|
|
@ -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 />
|
||||
</>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue