Add v_stack and h_stack to ui::prelude

This commit is contained in:
Piotr Osiewicz 2023-12-05 16:48:17 +01:00
parent 7c5df51d2e
commit c9b50c8bab

View File

@ -8,5 +8,6 @@ pub use crate::clickable::*;
pub use crate::disableable::*;
pub use crate::fixed::*;
pub use crate::selectable::*;
pub use crate::{h_stack, v_stack};
pub use crate::{ButtonCommon, Color, StyledExt};
pub use theme::ActiveTheme;