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