diff --git a/crates/www/src/lib.rs b/crates/www/src/lib.rs index e4cabba..a6395ac 100644 --- a/crates/www/src/lib.rs +++ b/crates/www/src/lib.rs @@ -5,7 +5,7 @@ mod routes; #[cfg(feature = "hydrate")] #[wasm_bindgen::prelude::wasm_bindgen] pub fn hydrate() { - use crate::app::*; + // use crate::app::*; console_error_panic_hook::set_once(); // leptos::mount::hydrate_body(App); leptos::mount::hydrate_islands();