From b22acae5dd512f3f0d9cebe8114bd403d6160c78 Mon Sep 17 00:00:00 2001 From: Regalijan Date: Thu, 21 Mar 2024 12:54:37 -0400 Subject: [PATCH] How did this go unnoticed for so long --- components/NewGameBan.tsx | 39 +++++++++++++++++++-------------------- 1 file changed, 19 insertions(+), 20 deletions(-) diff --git a/components/NewGameBan.tsx b/components/NewGameBan.tsx index 2bcbd2a..feefceb 100644 --- a/components/NewGameBan.tsx +++ b/components/NewGameBan.tsx @@ -1,7 +1,6 @@ import { Button, Input, - Link, Modal, ModalBody, ModalCloseButton, @@ -270,26 +269,26 @@ export default function (props: { isOpen: boolean; onClose: () => void }) { + + + + - - - - ); }