Add Toast component

This commit is contained in:
Marshall Bowers 2023-10-09 11:31:56 -04:00
parent 333e3e4f01
commit 02d32de044
6 changed files with 122 additions and 0 deletions

View file

@ -20,6 +20,7 @@ mod tab;
mod tab_bar;
mod terminal;
mod title_bar;
mod toast;
mod toolbar;
mod traffic_lights;
mod workspace;
@ -46,6 +47,7 @@ pub use tab::*;
pub use tab_bar::*;
pub use terminal::*;
pub use title_bar::*;
pub use toast::*;
pub use toolbar::*;
pub use traffic_lights::*;
pub use workspace::*;