diff --git a/ui/src/App.tsx b/ui/src/App.tsx index 38cd4843..a415ef1f 100644 --- a/ui/src/App.tsx +++ b/ui/src/App.tsx @@ -1,12 +1,10 @@ -function App() { +import Topbar from "./components/Topbar"; +import { BrowserRouter } from 'react-router-dom' - return ( - <> -