refactor!(widget): rename view_switcher to tab_bar to match Figma docs

This commit is contained in:
Michael Aaron Murphy 2024-02-26 16:26:33 +01:00 committed by Michael Murphy
parent bfc84c4759
commit ff9438c5ba
5 changed files with 14 additions and 16 deletions

View file

@ -173,6 +173,8 @@ pub mod settings;
pub mod spin_button;
pub use spin_button::{spin_button, SpinButton};
pub mod tab_bar;
pub mod text;
pub use text::{text, Text};
@ -206,9 +208,5 @@ pub mod tooltip {
}
}
pub mod view_switcher;
pub use view_switcher::horizontal as horiontal_view_switcher;
pub use view_switcher::vertical as vertical_view_switcher;
pub mod warning;
pub use warning::*;