diff options
Diffstat (limited to 'crates/typst-library/src/layout/repeat.rs')
| -rw-r--r-- | crates/typst-library/src/layout/repeat.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/crates/typst-library/src/layout/repeat.rs b/crates/typst-library/src/layout/repeat.rs index 6b30dd50..ce31164e 100644 --- a/crates/typst-library/src/layout/repeat.rs +++ b/crates/typst-library/src/layout/repeat.rs @@ -1,7 +1,6 @@ +use crate::layout::AlignElem; use crate::prelude::*; -use super::AlignElem; - /// Repeats content to the available space. /// /// This can be useful when implementing a custom index, reference, or outline. |
