This commit is contained in:
veeso
2021-03-26 20:38:47 +01:00
parent 08b855e779
commit 5a5d2fb162
8 changed files with 15 additions and 18 deletions

View File

@@ -26,11 +26,7 @@
// locals
use super::{Canvas, Component, InputEvent, Msg, Payload, Props, PropsBuilder};
// ext
use tui::{
layout::Rect,
style::Style,
widgets::Paragraph,
};
use tui::{layout::Rect, style::Style, widgets::Paragraph};
// -- state