aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/App.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/App.tsx')
-rw-r--r--frontend/src/App.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx
index 370832d..cebfe44 100644
--- a/frontend/src/App.tsx
+++ b/frontend/src/App.tsx
@@ -1,9 +1,11 @@
import './App.css'
+import Dashboard from './components/Dashboard'
import ImageProcessor from './components/ImageProcessor'
function App() {
return (
+ // <Dashboard clusterName={"cloudrender-backend-cluster"} />
<ImageProcessor />
)
}