style: split import groups correctly
This commit is contained in:
+4
-4
@@ -13,14 +13,14 @@ use ratatui::style::Style;
|
||||
use ratatui::widgets::{Block, Scrollbar, ScrollbarState, StatefulWidget, Widget};
|
||||
use unicode_width::UnicodeWidthStr;
|
||||
|
||||
mod flatten;
|
||||
mod tree_item;
|
||||
mod tree_state;
|
||||
|
||||
pub use crate::flatten::Flattened;
|
||||
pub use crate::tree_item::TreeItem;
|
||||
pub use crate::tree_state::TreeState;
|
||||
|
||||
mod flatten;
|
||||
mod tree_item;
|
||||
mod tree_state;
|
||||
|
||||
/// A `Tree` which can be rendered.
|
||||
///
|
||||
/// The generic argument `Identifier` is used to keep the state like the currently selected or opened [`TreeItem`]s in the [`TreeState`].
|
||||
|
||||
Reference in New Issue
Block a user