switch between sequences; layout unfucking

This commit is contained in:
🪞👃🪞 2024-06-21 12:57:46 +03:00
parent c18aa2cbbd
commit 185c6b5b34
7 changed files with 253 additions and 201 deletions

View file

@ -17,7 +17,11 @@ pub use crate::layout::{
FocusColumn,
Focus,
FocusEvent,
handle_focus
handle_focus,
draw_box,
draw_box_styled,
draw_row,
draw_column,
};
pub use std::error::Error;