import BasicWindow from "../../Components/BasicWindow"; import Button from "../../Components/Button"; import TimeReport from "../../Components/TimeReport"; function PMTotalTimeActivity(): JSX.Element { const content = ( <>

Total Time Per Activity

); const buttons = ( <>