fix: resolve type inference in toolbar and cleanup unused imports in sidenav
Some checks failed
Build MIPS Binary / build (push) Failing after 42s
Some checks failed
Build MIPS Binary / build (push) Failing after 42s
This commit is contained in:
@@ -18,5 +18,5 @@ pub fn Toolbar(
|
|||||||
<AddTorrent />
|
<AddTorrent />
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
}
|
}.into_any()
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
use leptos::prelude::*;
|
use leptos::prelude::*;
|
||||||
use leptos_router::hooks::use_location;
|
|
||||||
use leptos_ui::{clx, variants, void};
|
use leptos_ui::{clx, variants, void};
|
||||||
|
|
||||||
mod components {
|
mod components {
|
||||||
|
|||||||
Reference in New Issue
Block a user