backbutton

This commit is contained in:
pavel Hamawand 2024-03-16 17:57:51 +01:00
parent bdd6f68470
commit 17e9fa9d0a

View file

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