Separate Song component to own file instead of with queue

This commit is contained in:
2024-03-01 00:59:37 -05:00
committed by Ethan Girouard
parent bf47efbff7
commit 147e3c16c8
3 changed files with 16 additions and 13 deletions

View File

@ -4,6 +4,7 @@ pub mod playstatus;
pub mod playbar;
pub mod database;
pub mod queue;
pub mod song;
use cfg_if::cfg_if;
cfg_if! {