fix: resolve type inference in toolbar and cleanup unused imports in sidenav
Some checks failed
Build MIPS Binary / build (push) Failing after 42s

This commit is contained in:
spinline
2026-02-14 01:33:22 +03:00
parent bc46999975
commit 2988641162
2 changed files with 1 additions and 2 deletions

View File

@@ -18,5 +18,5 @@ pub fn Toolbar(
<AddTorrent />
</div>
</header>
}
}.into_any()
}

View File

@@ -1,5 +1,4 @@
use leptos::prelude::*;
use leptos_router::hooks::use_location;
use leptos_ui::{clx, variants, void};
mod components {