Compare commits

...

1 Commits

Author SHA1 Message Date
Joey Ezechiels
9226715101 Give the crate::widgets::reflow module public visibility 2021-04-12 21:20:35 +02:00

View File

@@ -23,7 +23,7 @@ mod clear;
mod gauge;
mod list;
mod paragraph;
mod reflow;
pub mod reflow;
mod sparkline;
mod table;
mod tabs;