Fix warnings

This commit is contained in:
2024-03-29 21:24:01 -04:00
parent 6cef7ed36d
commit 93ea42b727
6 changed files with 3 additions and 9 deletions

View File

@ -26,7 +26,6 @@ if #[cfg(feature = "hydrate")] {
#[wasm_bindgen]
pub fn hydrate() {
use app::*;
use leptos::*;
console_error_panic_hook::set_once();