Manually import TextProp

This commit is contained in:
2024-12-23 21:34:10 -05:00
parent 848b1afd2c
commit db8dc3cd3d
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
use leptos::prelude::*;
use leptos::text_prop::TextProp;
use leptos_icons::*;
use std::fmt::Display;

View File

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