Manually import spawn_local

This commit is contained in:
2024-12-23 21:24:26 -05:00
parent 26a572b18a
commit 78d59731b0
8 changed files with 8 additions and 0 deletions

View File

@ -4,6 +4,7 @@ use leptos::prelude::*;
use leptos::either::*;
use leptos::logging::*;
use leptos_icons::*;
use leptos::task::spawn_local;
use crate::api::songs::*;
use crate::songdata::SongData;