Now displaying the right component
This commit is contained in:
parent
69d4067209
commit
0634f83689
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
|||
import BasicWindow from "../../Components/BasicWindow";
|
||||
import Button from "../../Components/Button";
|
||||
import BackButton from "../../Components/BackButton";
|
||||
import NewTimeReport from "../../Components/NewWeeklyReport";
|
||||
import ViewWeeklyReport from "../../Components/ViewWeeklyReport";
|
||||
|
||||
function UserEditTimeReportPage(): JSX.Element {
|
||||
const content = (
|
||||
<>
|
||||
<h1 className="font-bold text-[30px] mb-[20px]">Edit Time Report</h1>
|
||||
<NewTimeReport />
|
||||
<ViewWeeklyReport />
|
||||
</>
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue