diff --git a/src/App.tsx b/src/App.tsx
index 900f9d1..1da7e28 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -165,44 +165,6 @@ function App() {
return (
- {/* Header / Toolbar */}
-
-
Terminal
-
-
- setInputCwd(e.target.value)}
- placeholder="Working directory..."
- className="px-3 py-1.5 text-sm bg-[#3c3c3c] text-[#d4d4d4] border border-[#3c3c3c] rounded focus:outline-none focus:border-[#007acc] w-64"
- />
-
-
-
-
-
-
- {isConnected ? 'Connected' : isConnecting ? 'Connecting...' : 'Disconnected'}
-
-
-
- {isConnected && (
-
- )}
-
-
{/* Error message */}
{error && (