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

Total Time Per Activity

); const buttons = ( <> ); return ; } export default PMTotalTimeActivity;