Skip to content

Commit e013116

Browse files
committed
revert import to "./services/question"
1 parent 1c244a4 commit e013116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/question-service/src/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import {
2323
} from "@ant-design/icons";
2424
import "./styles.scss";
2525
import { useEffect, useState } from "react";
26-
import { DeleteQuestion as DeleteQuestionByDocref, GetQuestions, Question } from "./services/question-stub";
26+
import { DeleteQuestion as DeleteQuestionByDocref, GetQuestions, Question } from "./services/question";
2727
import {
2828
CategoriesOption,
2929
DifficultyOption,

0 commit comments

Comments
 (0)