diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2024-05-15 23:23:57 +0300 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2024-05-15 23:23:57 +0300 |
| commit | cf857bc8af5ac3725f3bdb40dcdc80752595652f (patch) | |
| tree | 72545ee4f47e133af811b8fb37db405e9b624c1d /frontend/src/App.tsx | |
| parent | 1aa678533f0d21f8696754b1a1f456827f249b1c (diff) | |
| download | cloudrender-cf857bc8af5ac3725f3bdb40dcdc80752595652f.tar.xz cloudrender-cf857bc8af5ac3725f3bdb40dcdc80752595652f.zip | |
Final version of backend and frontend
Diffstat (limited to 'frontend/src/App.tsx')
| -rw-r--r-- | frontend/src/App.tsx | 2 |
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 /> ) } |
