diff --git a/components/NewInfractionModal.tsx b/components/NewInfractionModal.tsx index bebb7d6..c659bb8 100644 --- a/components/NewInfractionModal.tsx +++ b/components/NewInfractionModal.tsx @@ -1,10 +1,14 @@ import { + Button, + Input, Modal, ModalBody, ModalCloseButton, ModalContent, ModalHeader, ModalOverlay, + Select, + Text, } from "@chakra-ui/react"; export default function (props: { isOpen: boolean; onClose: () => void }) { @@ -14,7 +18,26 @@ export default function (props: { isOpen: boolean; onClose: () => void }) { New Infraction - + + User ID + +
+
+ Punishment + +
+
+ Evidence + + +
);