Fix pub here

This commit is contained in:
Greg Johnston 2022-11-11 21:57:51 -05:00
parent ebf4d1308b
commit 7832b59cdd
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ cfg_if! {
pub type Node = String;
mod render_to_string;
use render_to_string::*;
pub use render_to_string::*;
#[doc(hidden)]
pub struct Marker { }