We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 375fa63 commit 5d6cb8eCopy full SHA for 5d6cb8e
peerprep/app/questions/[question]/question.tsx
@@ -6,7 +6,7 @@ import PeerprepButton from "@/components/shared/PeerprepButton";
6
import styles from "@/style/question.module.css";
7
import { useRouter } from "next/navigation";
8
import { deleteQuestion } from "@/app/api/internal/questions/helper";
9
-import CollabEditor from "@/app/questions/[question]/CollabEditor";
+import CollabEditor from "@/components/questionpage/CollabEditor";
10
11
interface Props {
12
question: Question;
peerprep/app/questions/[question]/CollabEditor.tsx renamed to peerprep/components/questionpage/CollabEditor.tsx
0 commit comments