Fix Build Warnings
All checks were successful
Push Workflows / docs (push) Successful in 1m55s
Push Workflows / test (push) Successful in 2m57s
Push Workflows / leptos-test (push) Successful in 3m18s
Push Workflows / build (push) Successful in 4m32s
Push Workflows / docker-build (push) Successful in 7m13s

This commit is contained in:
2024-11-22 21:55:59 +00:00
parent 45eb7191f0
commit e5ce0eab76
4 changed files with 4 additions and 9 deletions

View File

@ -1,7 +1,6 @@
use leptos::leptos_dom::*;
use leptos::*;
use leptos_router::*;
use crate::{albumdata, models::*};
use crate::components::song_list::*;
use crate::api::album::*;
use crate::components::album_info::*;