undo rename so I don't have to break all the rest

This commit is contained in:
Greg Johnston 2024-09-26 16:56:48 -04:00
parent f626ac26e0
commit 565a901c08

View file

@ -272,7 +272,7 @@ pub mod logging {
pub use leptos_dom::{debug_warn, error, log, warn};
}
pub mod task {
pub mod spawn {
pub use any_spawner::Executor;
use std::future::Future;