Skip to content

Commit 5d6cb8e

Browse files
committed
Move CollabEditor to components
1 parent 375fa63 commit 5d6cb8e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

peerprep/app/questions/[question]/question.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import PeerprepButton from "@/components/shared/PeerprepButton";
66
import styles from "@/style/question.module.css";
77
import { useRouter } from "next/navigation";
88
import { deleteQuestion } from "@/app/api/internal/questions/helper";
9-
import CollabEditor from "@/app/questions/[question]/CollabEditor";
9+
import CollabEditor from "@/components/questionpage/CollabEditor";
1010

1111
interface Props {
1212
question: Question;
File renamed without changes.

0 commit comments

Comments
 (0)