Add SongList component

This commit is contained in:
2024-10-11 13:22:57 -04:00
parent 36e7a5827b
commit 0550b18d77
5 changed files with 284 additions and 0 deletions

View File

@ -5,3 +5,4 @@ pub mod personal;
pub mod dashboard_tile;
pub mod dashboard_row;
pub mod upload;
pub mod song_list;