fix unused imports
This commit is contained in:
parent
3cb53d7a5d
commit
f63c341f94
7 changed files with 10 additions and 16 deletions
|
|
@ -9,7 +9,7 @@ use ratatui::{
|
|||
text::Line,
|
||||
widgets::{Block, Borders, Paragraph, Wrap},
|
||||
Frame,
|
||||
crossterm::event::{KeyCode, KeyEvent},
|
||||
crossterm::event::KeyCode,
|
||||
};
|
||||
|
||||
use super::{App, ScreenView, screen_legend};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue