Skip to content

Commit

Permalink
removed unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sun-amy committed Aug 1, 2024
1 parent 860d3bd commit 4c8c088
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/QuestionDisplay/QuestionDisplay.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { getQuizQuestions, Answer, Question } from "../getQuizQuestions/getQuizQuestions";
import { Quiz } from "../Quiz/Quiz";
import { Question } from "../getQuizQuestions/getQuizQuestions";

interface QuestionDisplayProp{
question: Question;
Expand Down

0 comments on commit 4c8c088

Please sign in to comment.