Corrected NewWeeklyReport (prev. TimeReports) and changed imports
This commit is contained in:
parent
8d0da111eb
commit
62f1926305
5 changed files with 36 additions and 34 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import BasicWindow from "../../Components/BasicWindow";
|
||||
import Button from "../../Components/Button";
|
||||
import TimeReport from "../../Components/TimeReport";
|
||||
import TimeReport from "../../Components/NewWeeklyReport";
|
||||
|
||||
function PMTotalTimeActivity(): JSX.Element {
|
||||
const content = (
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
import BasicWindow from "../../Components/BasicWindow";
|
||||
import Button from "../../Components/Button";
|
||||
import TimeReport from "../../Components/TimeReport";
|
||||
import TimeReport from "../../Components/NewWeeklyReport";
|
||||
|
||||
function PMViewUnsignedReport(): JSX.Element {
|
||||
const content = (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue