Manually import TextProp
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
use leptos::prelude::*;
|
||||
use leptos::text_prop::TextProp;
|
||||
use leptos_icons::*;
|
||||
use std::fmt::Display;
|
||||
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user