Simplify nav button and add pick list

This commit is contained in:
Jeremy Soller 2022-09-30 11:14:44 -06:00
parent 153437b3b0
commit 472135df09
No known key found for this signature in database
GPG key ID: 87F211AF2BE4C2FE
3 changed files with 53 additions and 32 deletions

View file

@ -7,8 +7,8 @@ pub use self::icon::*;
mod list;
pub use list::*;
mod nav_bar;
pub use nav_bar::*;
mod nav;
pub use nav::*;
mod toggler;
pub use toggler::*;