diff --git a/frontend/src/Components/BasicWindow.tsx b/frontend/src/Components/BasicWindow.tsx index ea37bb8..d5fd3b6 100644 --- a/frontend/src/Components/BasicWindow.tsx +++ b/frontend/src/Components/BasicWindow.tsx @@ -5,7 +5,6 @@ function BasicWindow({ content, buttons, }: { - username: string; content: React.ReactNode; buttons: React.ReactNode; }): JSX.Element {