Skip to content

Commit

Permalink
chore: 그래프 컴포넌트 import 경로 수정
Browse files Browse the repository at this point in the history
[#14]
  • Loading branch information
yunchaehyun authored and flydog98 committed Dec 14, 2023
1 parent 98019f4 commit bfa5157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/pages/quizzes/[id].page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { RefObject, useEffect, useReducer, useRef } from "react";
import { quizAPI } from "../../apis/quiz";
import { Editor } from "../../components/editor";
import EditorInfo from "../../components/editor/EditorInfo";
import Graph from "../../components/graph/Graph";
import { Graph } from "../../components/graph";
import { SolvedModal, useSolvedModal } from "../../components/quiz";
import { QuizGuide } from "../../components/quiz/QuizGuide";
import { Terminal } from "../../components/terminal";
Expand Down

0 comments on commit bfa5157

Please sign in to comment.