remove reference of RSong from main.rs

This commit is contained in:
krolxon 2024-04-28 20:09:13 +05:30
parent eb32451f4e
commit 0c7f0c10f5
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ use rmptui::connection::Connection;
use rmptui::event::Event;
use rmptui::event::EventHandler;
use rmptui::handler;
use rmptui::song::RSong;
use rmptui::tui;
use std::env;
use std::io;