Fixing most of the eslint warnings in the web code

This commit is contained in:
Keith Stevens
2023-01-07 19:57:59 +09:00
parent d59a75a0be
commit dca0ba1774
16 changed files with 38 additions and 38 deletions
@@ -10,7 +10,7 @@ import {
ModalOverlay,
useDisclosure,
} from "@chakra-ui/react";
import { TaskControls, TaskControlsProps } from "./TaskControls";
import { TaskControls, TaskControlsProps } from "src/components/TaskControls";
interface TaskControlsOverridableProps extends TaskControlsProps {
isValid: boolean;