diff --git a/components/NewGameBan.tsx b/components/NewGameBan.tsx
index 4ecec5c..d0e8f06 100644
--- a/components/NewGameBan.tsx
+++ b/components/NewGameBan.tsx
@@ -1,6 +1,5 @@
import {
Button,
- HStack,
Input,
Link,
Modal,
@@ -20,6 +19,7 @@ import {
Th,
Thead,
Tr,
+ VStack,
useToast,
} from "@chakra-ui/react";
import { useState } from "react";
@@ -58,11 +58,11 @@ export default function (props: { isOpen: boolean; onClose: () => void }) {
})
}
>
-