summaryrefslogtreecommitdiff
path: root/src/func
diff options
context:
space:
mode:
Diffstat (limited to 'src/func')
-rw-r--r--src/func/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/func/mod.rs b/src/func/mod.rs
index babde1ae..48e70034 100644
--- a/src/func/mod.rs
+++ b/src/func/mod.rs
@@ -19,7 +19,7 @@ pub mod prelude {
Expression, Ident, ExpressionKind,
Spanned, Span
};
- pub use crate::size::{Size, Size2D, SizeBox, ScaleSize, FSize, PSize};
+ pub use crate::size::{Size, Size2D, SizeBox, ValueBox, ScaleSize, FSize, PSize};
pub use crate::style::{LayoutStyle, PageStyle, TextStyle};
pub use Command::*;
}