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 = () => ( > - {/* */} - + );