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 a2e4ebd commit 0113accCopy full SHA for 0113acc
frontend/src/pages/NewQuestion/index.tsx
@@ -7,7 +7,7 @@ import { ToastContainer, toast } from "react-toastify";
7
import "react-toastify/dist/ReactToastify.css";
8
9
import { questionClient } from "../../utils/api";
10
-import { complexityList, categoryList } from "../../utils/constants";
+import { complexityList } from "../../utils/constants";
11
import AppMargin from "../../components/AppMargin";
12
import QuestionMarkdown from "../../components/QuestionMarkdown";
13
import QuestionImageContainer from "../../components/QuestionImageContainer";
0 commit comments