This commit is contained in:
Stephan Dilly 2020-06-08 23:39:15 +02:00
parent 4ea8124a10
commit 4caf8ddff9
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ use tui::{
backend::Backend,
layout::{Alignment, Constraint, Direction, Layout, Rect},
style::{Modifier, Style},
widgets::{Block, Borders, Clear, Paragraph, Text, BorderType},
widgets::{Block, BorderType, Borders, Clear, Paragraph, Text},
Frame,
};

View file

@ -30,7 +30,7 @@ use tui::{
backend::Backend,
layout::Alignment,
layout::Rect,
widgets::{Block, BorderType, Borders, Paragraph, Text},
widgets::{Block, Borders, Paragraph, Text},
Frame,
};