diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 81a2dc7..c7c47fa 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -8,7 +8,6 @@ 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">( @@ -86,9 +85,11 @@ function App() {

Screenshot to Code

-

- Drag & drop a screenshot to get started. -

+ {appState === "INITIAL" && ( +

+ Drag & drop a screenshot to get started. +

+ )} {(appState === "CODING" || appState === "CODE_READY") && ( <> @@ -102,6 +103,36 @@ function App() {
)} + + {appState === "CODE_READY" && ( +
+
+