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