Add ThemeSelector component

This commit is contained in:
Marshall Bowers 2023-10-09 11:44:08 -04:00
parent 000ae27aff
commit 100a4731e2
5 changed files with 72 additions and 0 deletions

View file

@ -21,6 +21,7 @@ mod status_bar;
mod tab;
mod tab_bar;
mod terminal;
mod theme_selector;
mod title_bar;
mod toast;
mod toolbar;
@ -50,6 +51,7 @@ pub use status_bar::*;
pub use tab::*;
pub use tab_bar::*;
pub use terminal::*;
pub use theme_selector::*;
pub use title_bar::*;
pub use toast::*;
pub use toolbar::*;