summaryrefslogtreecommitdiff
path: root/crates/typst-library/src/math/align.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/typst-library/src/math/align.rs')
-rw-r--r--crates/typst-library/src/math/align.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-library/src/math/align.rs b/crates/typst-library/src/math/align.rs
index bf81597c..4192e97b 100644
--- a/crates/typst-library/src/math/align.rs
+++ b/crates/typst-library/src/math/align.rs
@@ -1,4 +1,4 @@
-use super::*;
+use crate::math::*;
/// A math alignment point: `&`, `&&`.
#[elem(title = "Alignment Point", LayoutMath)]