gpui-component/crates/ui/src/tab.rs
2024-06-25 19:07:05 +08:00

5 lines
59 B
Rust

mod tab;
mod tab_bar;
pub use tab::*;
pub use tab_bar::*;