Replace stack with new navigator widget

This commit is contained in:
Elias Projahn 2020-10-17 11:31:43 +02:00
parent cefd7dad95
commit 9a9a181739
8 changed files with 268 additions and 206 deletions

View file

@ -1,6 +1,9 @@
pub mod list;
pub use list::*;
pub mod navigator;
pub use navigator::*;
pub mod person_list;
pub use person_list::*;
@ -9,6 +12,3 @@ pub use poe_list::*;
pub mod selector_row;
pub use selector_row::*;
pub mod stack;
pub use stack::*;