import BasicWindow from "../../Components/BasicWindow"; import BackButton from "../../Components/BackButton"; import ViewOtherTimeReport from "../../Components/ViewOtherTimeReport"; function PMOtherUsersTR(): JSX.Element { const content = ( <> ); const buttons = ( <> ); return ; } export default PMOtherUsersTR;