From 2da619e17cb48efd468818ea35793b3f90b8aaea Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sun, 19 Nov 2023 16:34:38 +0100 Subject: Streamline imports --- crates/typst-library/src/layout/terms.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'crates/typst-library/src/layout/terms.rs') 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. -- cgit v1.2.3