Tooltip on tabs

Co-Authored-By: Julia <julia@zed.dev>
This commit is contained in:
Conrad Irwin 2023-11-03 14:02:46 -06:00
parent 26e64fb843
commit 33245d119e
6 changed files with 77 additions and 7 deletions

View file

@ -31,6 +31,7 @@ mod theme_selector;
mod title_bar;
mod toast;
mod toolbar;
mod tooltip;
mod traffic_lights;
mod workspace;
@ -67,5 +68,6 @@ pub use theme_selector::*;
pub use title_bar::*;
pub use toast::*;
pub use toolbar::*;
pub use tooltip::*;
pub use traffic_lights::*;
pub use workspace::*;