Docs/Comments to GetWeeklyReport component
This commit is contained in:
parent
aa5c4017bb
commit
dbeeb609b3
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@ import { api } from "../API/API";
|
|||
import { useNavigate, useParams } from "react-router-dom";
|
||||
import Button from "./Button";
|
||||
|
||||
/**
|
||||
* Renders the component for editing a weekly report.
|
||||
* @returns JSX.Element
|
||||
*/
|
||||
export default function GetWeeklyReport(): JSX.Element {
|
||||
const [week, setWeek] = useState(0);
|
||||
const [developmentTime, setDevelopmentTime] = useState(0);
|
||||
|
|
Loading…
Reference in a new issue