Add ThemeSelector
component
This commit is contained in:
parent
000ae27aff
commit
100a4731e2
5 changed files with 72 additions and 0 deletions
|
@ -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::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue