fix unused imports

This commit is contained in:
Kent Overstreet 2026-04-06 19:33:18 -04:00
parent 3cb53d7a5d
commit f63c341f94
7 changed files with 10 additions and 16 deletions

View file

@ -9,13 +9,10 @@ use ratatui::{
text::{Line, Span},
widgets::{Block, Borders, Paragraph, Wrap},
Frame,
crossterm::event::{KeyCode, KeyEvent, KeyModifiers, MouseEvent, MouseEventKind, MouseButton},
crossterm::event::{KeyCode, KeyModifiers, MouseEvent, MouseEventKind, MouseButton},
};
use super::{
App, HotkeyAction, ScreenAction, ScreenView,
screen_legend,
};
use super::{App, ScreenView, screen_legend};
use crate::mind::StreamTarget;
use crate::mind::MindCommand;