Skip to content

Commit 6072ea2

Browse files
committed
Add import
1 parent fbb5dbc commit 6072ea2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Frontend/src/components/question/Question.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ import CreateQn from "./CreateQn";
66
import EditQn from "./EditQn";
77
import questionService from "../../services/questions"
88
import userService from "../../services/users";
9+
import categoryService from "../../services/categories";
10+
911

1012
function Question() {
1113
const [questions, setQuestions] = useState([]);

0 commit comments

Comments
 (0)