summaryrefslogtreecommitdiff
path: root/src/table.rs
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2023-05-16 21:59:46 +0200
committerHampusM <hampus@hampusmat.com>2023-05-16 21:59:46 +0200
commitcc30a537284871d668911353bd121e38d0353eb0 (patch)
tree121976a44346f5979447d9d9052372246d4ff66c /src/table.rs
parentb336066d6067a0eb9ff9fc34c5aa062b86e56c62 (diff)
refactor: reorganize structsHEADmaster
Diffstat (limited to 'src/table.rs')
-rw-r--r--src/table.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table.rs b/src/table.rs
index b549b95..e3ddd3d 100644
--- a/src/table.rs
+++ b/src/table.rs
@@ -1,5 +1,5 @@
//! Tables.
-use crate::description::{Paragraph, ParagraphError};
+use crate::paragraph::{Error as ParagraphError, Paragraph};
use crate::xml::element::{Elements, FromElements, Tagged};
/// Informal table.