We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ab7c4b commit 6bd8090Copy full SHA for 6bd8090
src/components/Tables/CheckAnswer.tsx
@@ -19,8 +19,6 @@ import {
19
TbCircleNumber5Filled,
20
} from "react-icons/tb";
21
import { useRouter } from "next/navigation";
22
-import { postAnswer } from "../../../apis/testResult";
23
-import { useMutation, useQueryClient } from "@tanstack/react-query";
24
import { useRecoilState, useRecoilValue } from "recoil";
25
import {
26
incorrectProblemState,
0 commit comments