Cleaning up a suite of eslint warnings

This commit is contained in:
Keith Stevens
2023-01-10 13:02:17 +09:00
parent 2e2efdec65
commit 34a1715923
12 changed files with 20 additions and 24 deletions
-5
View File
@@ -1,10 +1,6 @@
import {
Button,
ButtonProps,
Menu,
MenuButton,
MenuItem,
MenuList,
Modal,
ModalBody,
ModalCloseButton,
@@ -16,7 +12,6 @@ import {
useDisclosure,
} from "@chakra-ui/react";
import { useState } from "react";
import { FaChevronDown } from "react-icons/fa";
interface SkipButtonProps extends ButtonProps {
onSkip: (reason: string) => void;