diff --git a/web/src/components/App.jsx b/web/src/components/App.jsx
index 5d9f4db..332df5f 100644
--- a/web/src/components/App.jsx
+++ b/web/src/components/App.jsx
@@ -92,16 +92,6 @@ export default function App() {
config: [],
}), [layout, t])
- const renderContent = () => {
- switch (activeTab) {
- case 'dash': return
- case 'studio': return
- case 'shell': return
- case 'config': return
- default: return null
- }
- }
-
return (
@@ -143,8 +133,11 @@ export default function App() {
-
- {renderContent()}
+
+
+
+
+