fix method signature from merge. eslint fixes

This commit is contained in:
Desmond Grealy
2023-01-02 20:28:36 -08:00
parent de7e8c08a2
commit a76441baf0
23 changed files with 50 additions and 46 deletions
@@ -1,6 +1,6 @@
import { Flex } from "@chakra-ui/react";
import React from "react";
import { useColorMode } from "@chakra-ui/react";
import React from "react";
import { TaskOption } from "./TaskOption";
import { TaskOptions } from "./TaskOptions";