Skip to content

Commit

Permalink
fix: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
pythops committed Jan 22, 2024
1 parent 99ffbf8 commit 79ef8a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/help.rs
Original file line number Diff line number Diff line change
@@ -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,
};
Expand Down

0 comments on commit 79ef8a4

Please sign in to comment.