mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-14 00:27:12 +00:00
undo rename so I don't have to break all the rest
This commit is contained in:
parent
f626ac26e0
commit
565a901c08
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue