link to unsigned reports

This commit is contained in:
pavel Hamawand 2024-03-16 17:25:43 +01:00
parent 554cf9b12e
commit dc84bc997e

View file

@ -1,4 +1,6 @@
import { Link } from "react-router-dom";
import BasicWindow from "../../Components/BasicWindow";
import { JSX } from "react/jsx-runtime";
function PMProjectPage(): JSX.Element {
const content = (
@ -14,9 +16,11 @@ function PMProjectPage(): JSX.Element {
<h1 className="font-bold underline text-[30px] cursor-pointer">
Statistics
</h1>
<h1 className="font-bold underline text-[30px] cursor-pointer">
Unsigned Time Reports
</h1>
<Link to="/PM-unsigned-reports">
<h1 className="font-bold underline text-[30px] cursor-pointer">
Unsigned Time Reports
</h1>
</Link>
</div>
</>
);