This commit is contained in:
Peter KW 2024-03-18 17:22:40 +01:00
parent 2493932f77
commit 388a430613

View file

@ -5,7 +5,6 @@ function BasicWindow({
content,
buttons,
}: {
username: string;
content: React.ReactNode;
buttons: React.ReactNode;
}): JSX.Element {