summaryrefslogtreecommitdiff
path: root/library/src/structure/list.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-11-26 16:59:20 +0100
committerLaurenz <laurmaedje@gmail.com>2022-11-26 17:13:31 +0100
commit0579fd4409375aaa9fd8e87a06fd59097b5fcd97 (patch)
tree0ccf1d6218806b11d83998d568ae1fb0570c67b7 /library/src/structure/list.rs
parent9db6e533cd8a1d925a7daad92e1b99e6f98ac773 (diff)
Reorganize library base
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.