From b783c50da7a0c4ceaa4a992b134a11ef64301571 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 4 Apr 2024 23:42:11 +0530 Subject: [PATCH] fix: remove dataselection --- ui/src/App.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ui/src/App.tsx b/ui/src/App.tsx index 9eadf99d..67e4a996 100644 --- a/ui/src/App.tsx +++ b/ui/src/App.tsx @@ -1,6 +1,5 @@ import Topbar from "./components/Topbar"; -// import Sidebar from "./components/Sidebar"; -import DataSelection from "./components/Interface" +import Sidebar from "./components/Sidebar"; import { ConfigProvider } from 'antd'; import { BrowserRouter } from 'react-router-dom' @@ -15,8 +14,7 @@ const App = () => ( > - {/* */} - + );