summaryrefslogtreecommitdiff
path: root/library/src/structure/list.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/src/structure/list.rs')
-rw-r--r--library/src/structure/list.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/src/structure/list.rs b/library/src/structure/list.rs
index d1727087..462e0c32 100644
--- a/library/src/structure/list.rs
+++ b/library/src/structure/list.rs
@@ -1,6 +1,6 @@
+use crate::base::NumberingPattern;
use crate::layout::{BlockNode, GridNode, HNode, Spacing, TrackSizing};
use crate::prelude::*;
-use crate::shared::NumberingPattern;
use crate::text::{ParNode, SpaceNode, TextNode};
/// An unordered (bulleted) or ordered (numbered) list.