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 1c244a4 commit e013116Copy full SHA for e013116
apps/question-service/src/app/page.tsx
@@ -23,7 +23,7 @@ import {
23
} from "@ant-design/icons";
24
import "./styles.scss";
25
import { useEffect, useState } from "react";
26
-import { DeleteQuestion as DeleteQuestionByDocref, GetQuestions, Question } from "./services/question-stub";
+import { DeleteQuestion as DeleteQuestionByDocref, GetQuestions, Question } from "./services/question";
27
import {
28
CategoriesOption,
29
DifficultyOption,
0 commit comments