diff --git a/src/help.rs b/src/help.rs index 7689e78..61a2238 100644 --- a/src/help.rs +++ b/src/help.rs @@ -1,6 +1,6 @@ use ratatui::{ layout::{Alignment, Constraint, Rect}, - style::{Color, Style}, + style::Style, widgets::{Block, BorderType, Borders, Clear, Padding, Row, Table, TableState}, Frame, };