New comp TimePerActivity

This commit is contained in:
Mattias 2024-03-20 16:36:24 +01:00
parent dd02c2c5c6
commit 4030031ce9
2 changed files with 177 additions and 5 deletions

View file

@ -1,14 +1,11 @@
import BackButton from "../../Components/BackButton";
import BasicWindow from "../../Components/BasicWindow";
import TimeReport from "../../Components/NewWeeklyReport";
import TimePerActivity from "../../Components/TimePerActivity";
function PMTotalTimeActivity(): JSX.Element {
const content = (
<>
<h1 className="font-bold text-[30px] mb-[20px]">
Total Time Per Activity
</h1>
<TimeReport />
<TimePerActivity />
</>
);