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