Merge branch '21-upgrade-to-leptos-0-6' into 24-switch-from-actix-to-axum

This commit is contained in:
2024-03-31 01:14:23 -04:00
20 changed files with 834 additions and 149 deletions

View File

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