Icon in the corner

This commit is contained in:
2026-06-03 16:10:37 +02:00
parent b7f8df624c
commit 0ee20e2833
5 changed files with 28 additions and 1 deletions
+1
View File
@@ -269,6 +269,7 @@ fn switch(route: Route) -> Html {
pub fn app() -> Html {
html! {
<BrowserRouter>
<basic_pages::Icon/>
<Switch<Route> render={switch} />
</BrowserRouter>
}