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 = () => ( + );