From cf857bc8af5ac3725f3bdb40dcdc80752595652f Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Wed, 15 May 2024 23:23:57 +0300 Subject: Final version of backend and frontend --- frontend/src/App.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'frontend/src/App.tsx') 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 ( + // ) } -- cgit v1.2.3