diff options
Diffstat (limited to 'crates/typst-library/src/layout/terms.rs')
| -rw-r--r-- | crates/typst-library/src/layout/terms.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/crates/typst-library/src/layout/terms.rs b/crates/typst-library/src/layout/terms.rs index d4262118..d373768d 100644 --- a/crates/typst-library/src/layout/terms.rs +++ b/crates/typst-library/src/layout/terms.rs @@ -1,5 +1,4 @@ -use super::{HElem, VElem}; -use crate::layout::{BlockElem, ParElem, Spacing}; +use crate::layout::{BlockElem, HElem, ParElem, Spacing, VElem}; use crate::prelude::*; /// A list of terms and their descriptions. |
