time / activity link

This commit is contained in:
pavel Hamawand 2024-03-16 17:54:34 +01:00
parent 8164ba9040
commit 9aa5087871

View file

@ -1,18 +1,21 @@
import BasicWindow from "../../Components/BasicWindow";
import Button from "../../Components/Button";
import BackButton from "../../Components/BackButton";
import { Link } from "react-router-dom";
function PMProjectMembers(): JSX.Element {
const content = <></>;
const buttons = (
<>
<Button
text="Time / Activity"
onClick={(): void => {
return;
}}
/>
<Link to="/PM-time-activity">
<Button
text="Time / Activity"
onClick={(): void => {
return;
}}
/>
</Link>
<Button
text="Time / Role"
onClick={(): void => {