Added info to component
This commit is contained in:
parent
b5d3ab7cb7
commit
033268f4ef
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
//Info: This component is used to display all the time reports for a project. It will display the week number,
|
||||
//total time spent, and if the report has been signed or not. The user can click on a report to edit it.
|
||||
|
||||
import React, { useEffect, useState } from "react";
|
||||
import { WeeklyReport } from "../Types/goTypes";
|
||||
import { Link, useParams } from "react-router-dom";
|
||||
|
|
Loading…
Reference in a new issue