Add v_stack and h_stack to ui::prelude

Piotr Osiewicz created

Change summary

crates/ui2/src/prelude.rs | 1 +
1 file changed, 1 insertion(+)

Detailed changes

crates/ui2/src/prelude.rs 🔗

@@ -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;