backbutton

This commit is contained in:
pavel Hamawand 2024-03-16 18:00:10 +01:00
parent 38378c7a10
commit 31e3b99448

View file

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