Merge branch 'gruppPP' into BumBranch

This commit is contained in:
al8763be 2024-03-19 02:12:37 +01:00
commit e3fd9f52ca
6 changed files with 136 additions and 29 deletions

View file

@ -1,3 +1,4 @@
import BackButton from "../../Components/BackButton";
import BasicWindow from "../../Components/BasicWindow";
import Button from "../../Components/Button";
@ -13,13 +14,7 @@ function AdminChangeUsername(): JSX.Element {
}}
type="button"
/>
<Button
text="Back"
onClick={(): void => {
return;
}}
type="button"
/>
<BackButton />
</>
);