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 4596f44 commit 5c476f5Copy full SHA for 5c476f5
peerprep/app/questions/[question]/question.tsx
@@ -1,4 +1,5 @@
1
"use client";
2
+import React from "react";
3
import { deleteQuestion } from "@/api/gateway";
4
import { Question, Difficulty } from "@/api/structs";
5
import Chip from "@/components/shared/Chip";
0 commit comments