backbutton

This commit is contained in:
pavel Hamawand 2024-03-16 17:58:27 +01:00
parent 17e9fa9d0a
commit 92336ff4fd

View file

@ -1,17 +1,12 @@
import BasicWindow from "../../Components/BasicWindow";
import Button from "../../Components/Button";
import BackButton from "../../Components/BackButton";
function PMOtherUsersTR(): JSX.Element {
const content = <></>;
const buttons = (
<>
<Button
text="Back"
onClick={(): void => {
return;
}}
/>
<BackButton />
</>
);