From b7e18c6a865f897af7c5685112ae15ffc09b5773 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 7 Mar 2024 03:21:21 +0530 Subject: [PATCH] feat: use Sidebar --- ui/src/App.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/src/App.tsx b/ui/src/App.tsx index a415ef1f..870d3d6b 100644 --- a/ui/src/App.tsx +++ b/ui/src/App.tsx @@ -1,9 +1,11 @@ import Topbar from "./components/Topbar"; +import Sidebar from "./components/Sidebar"; import { BrowserRouter } from 'react-router-dom' const App = () => ( + );