fix unused imports
This commit is contained in:
parent
3cb53d7a5d
commit
f63c341f94
7 changed files with 10 additions and 16 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue