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

@ -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,