diff --git a/src/export/mod.rs b/src/export/mod.rs index 97f26dc..31501c5 100644 --- a/src/export/mod.rs +++ b/src/export/mod.rs @@ -1,6 +1,6 @@ mod html; -pub use self::html::HtmlHandler; +pub use html::*; use crate::parser::Parser; use std::io::{Result, Write};