remove reference of RSong from lib.rs

This commit is contained in:
krolxon 2024-04-28 20:08:23 +05:30
parent 94e1581500
commit eb32451f4e
1 changed files with 0 additions and 3 deletions

View File

@ -13,9 +13,6 @@ pub mod tui;
/// Content list
pub mod list;
/// Song
pub mod song;
/// File Browser
pub mod browser;