Tiny fix
This commit is contained in:
parent
2493932f77
commit
388a430613
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@ function BasicWindow({
|
|||
content,
|
||||
buttons,
|
||||
}: {
|
||||
username: string;
|
||||
content: React.ReactNode;
|
||||
buttons: React.ReactNode;
|
||||
}): JSX.Element {
|
||||
|
|
Loading…
Reference in a new issue