diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx
index a97ef14..81a2dc7 100644
--- a/frontend/src/App.tsx
+++ b/frontend/src/App.tsx
@@ -8,6 +8,7 @@ import classNames from "classnames";
import { FaDownload, FaUndo } from "react-icons/fa";
import { Button } from "@/components/ui/button";
import { Textarea } from "@/components/ui/textarea";
+import { Separator } from "@/components/ui/separator";
function App() {
const [appState, setAppState] = useState<"INITIAL" | "CODING" | "CODE_READY">(
@@ -101,18 +102,24 @@ function App() {