Remove unused import

This commit is contained in:
John Doty 2022-11-28 06:42:51 -08:00
parent fc75ffcd4e
commit 46c9643ddf

View file

@ -21,7 +21,6 @@ use tui::{
backend::{Backend, CrosstermBackend},
layout::{Constraint, Direction, Layout, Rect},
style::{Color, Style},
text::Span,
widgets::{
Block, Borders, List, ListItem, ListState, Row, Table, TableState,
},