cargo fix

This commit is contained in:
cool-mist 2025-09-01 22:39:38 +05:30
parent 5ea14dc226
commit 31501d65d8

View File

@ -29,7 +29,7 @@ use ratatui::{
widgets::{Block, Borders},
};
use title::TitleWidget;
use tokio::sync::mpsc::{UnboundedReceiver, UnboundedSender};
use tokio::sync::mpsc::UnboundedReceiver;
pub struct AppState {
exit: bool,