Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo Maryniuk committed Feb 28, 2025
1 parent 0d92a2b commit 64062a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use ratatui::{
DefaultTerminal, Frame,
layout::{Constraint, Direction, Layout},
prelude::{Buffer, Rect},
style::{Color, Modifier, Style, Stylize},
style::{Color, Modifier, Style},
text::{Line, Span},
widgets::{
Block, BorderType, Borders, List, ListItem, ListState, Paragraph, Row, Scrollbar, ScrollbarState, StatefulWidget, Table,
Expand Down

0 comments on commit 64062a8

Please sign in to comment.