Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
cptrodgers committed Aug 10, 2024
1 parent 0838f47 commit 59e3c38
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ import {
GeneratedQuizReview,
parseAIFillInBlankQuiz,
} from "./GeneratedQuizItem";
import { Editor } from "@tiptap/react";
import { JSONContent } from "@tiptap/core/src/types";
import { Editor, JSONContent } from "@tiptap/react";

export type ReviewGeneratedQuizzesProps = {
quizzes: AIGeneratedQuiz[];
Expand Down

0 comments on commit 59e3c38

Please sign in to comment.