Centralize task types

This commit is contained in:
AbdBarho
2023-01-10 06:51:59 +01:00
parent 942dc42d03
commit 54a042d002
29 changed files with 162 additions and 192 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;