Skip to content

Commit 5c476f5

Browse files
committed
Add React import to suppress fragment warning
1 parent 4596f44 commit 5c476f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"use client";
2+
import React from "react";
23
import { deleteQuestion } from "@/api/gateway";
34
import { Question, Difficulty } from "@/api/structs";
45
import Chip from "@/components/shared/Chip";

0 commit comments

Comments
 (0)