Skip to content

Commit

Permalink
refactor: quizzes > quiz 파일명 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
YuHyun-P committed Nov 28, 2023
1 parent 4665a55 commit c22341a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/frontend/src/components/demo/Demo.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { useState } from "react";

import { quizAPI } from "../../apis/quizzes";
import { quizAPI } from "../../apis/quiz";
import { Button } from "../../design-system/components/common";
import { flex } from "../../design-system/tokens/utils.css";
import quizContentMockData from "../../mocks/apis/data/quizContentData";
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/src/pages/quizzes/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { GetStaticPaths, GetStaticProps, GetStaticPropsContext } from "next";
import { useRouter } from "next/router";
import { useEffect, useState } from "react";

import { quizAPI } from "../../apis/quizzes";
import { quizAPI } from "../../apis/quiz";
import * as styles from "../../components/demo/Demo.css";
import { CommandAccordion, QuizContent } from "../../components/quiz";
import { Terminal } from "../../components/terminal";
Expand Down

0 comments on commit c22341a

Please sign in to comment.