diff --git a/src/components/ProblemViewLayout.tsx b/src/components/ProblemViewLayout.tsx
index 46866b7..c495479 100644
--- a/src/components/ProblemViewLayout.tsx
+++ b/src/components/ProblemViewLayout.tsx
@@ -14,7 +14,7 @@ import TestcasesGradingIndicator from "./TestcasesGradingIndicator";
import { Button } from "./shadcn/Button";
import { Combobox } from "./shadcn/Combobox";
import { ResizableHandle, ResizablePanel, ResizablePanelGroup } from "./shadcn/Resizable";
-import DifficultyBadge from "./DifficultyBadge";
+import { Separator } from "./shadcn/Seperator";
export type OnSubmitProblemViewLayoutCallback = {
setGrading: React.Dispatch