design_system/atoms/tooltip/
mod.rs

1pub mod tooltip;
2
3pub use tooltip::Tooltip;