Sidebar logic

This commit is contained in:
2026-05-02 12:26:59 +02:00
parent 3d1366e704
commit fa77190555
7 changed files with 1621 additions and 0 deletions

View File

@@ -77,6 +77,7 @@ fn switch(route: Route) -> Html {
pub fn app() -> Html {
html! {
<BrowserRouter>
<sidebar::Sidebar/>
<Switch<Route> render={switch} />
</BrowserRouter>
}