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 fbb5dbc commit 6072ea2Copy full SHA for 6072ea2
Frontend/src/components/question/Question.jsx
@@ -6,6 +6,8 @@ import CreateQn from "./CreateQn";
6
import EditQn from "./EditQn";
7
import questionService from "../../services/questions"
8
import userService from "../../services/users";
9
+import categoryService from "../../services/categories";
10
+
11
12
function Question() {
13
const [questions, setQuestions] = useState([]);
0 commit comments